]> git.phdru.name Git - dotfiles.git/commitdiff
.profile: Simplify `HISTIGNORE`
authorOleg Broytman <phd@phdru.name>
Tue, 9 Jul 2024 10:28:58 +0000 (13:28 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Jul 2024 13:01:57 +0000 (16:01 +0300)
.profile

index 0061fc1d862d20eea3cc18e6444ddf4f50ccda53..0976eb1766b31b0228339d5af409bc104c31662b 100644 (file)
--- a/.profile
+++ b/.profile
@@ -130,7 +130,7 @@ if [ -t 0 ] ; then
     export EDITOR FCEDIT VISUAL
 
     HISTCONTROL=ignoreboth
-    HISTIGNORE="`echo '&: *:~\?*:[bf]g:cd:clear:c3:c5:e3:e5:e:exit:logout:l:ls:ll:llp:[m,]c:ьс:uh:w:X:x' | iconv -f koi8-r`"
+    HISTIGNORE='&: *:?:??:clear:exit:logout:llp'
     HISTFILE="$HOME/.sh_history"
     HISTFILESIZE=2000
     HISTSIZE=1000