From 412c7e22bf862cd35063fb1a2827879b5dbaae0a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Tue, 9 Jul 2024 13:28:58 +0300 Subject: [PATCH] .profile: Simplify `HISTIGNORE` --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5