From: Oleg Broytman Date: Sun, 9 Oct 2022 18:30:44 +0000 (+0300) Subject: .profile: HISTIGNORE `cd` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=966862b3c3eaf5e1b68e3481880d6aaf2627ff3d .profile: HISTIGNORE `cd` --- diff --git a/.profile b/.profile index 6d9cfb4..0cfbf8e 100644 --- a/.profile +++ b/.profile @@ -130,7 +130,7 @@ if [ -t 0 ] ; then export EDITOR FCEDIT VISUAL HISTCONTROL=ignoreboth - HISTIGNORE='&: *:[bf]g:clear:e:exit:logout:l:ls:ll:llp:mc:w:X:x' + HISTIGNORE='&: *:[bf]g:cd:clear:e:exit:logout:l:ls:ll:llp:mc:w:X:x' HISTFILE="$HOME/.sh_history" HISTFILESIZE=2000 HISTSIZE=1000