From: Oleg Broytman Date: Tue, 9 Jul 2024 10:28:58 +0000 (+0300) Subject: .profile: Simplify `HISTIGNORE` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=412c7e22bf862cd35063fb1a2827879b5dbaae0a;p=dotfiles.git .profile: Simplify `HISTIGNORE` --- diff --git a/.profile b/.profile index 0061fc1..0976eb1 100644 --- 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