From 966862b3c3eaf5e1b68e3481880d6aaf2627ff3d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 9 Oct 2022 21:30:44 +0300 Subject: [PATCH] .profile: HISTIGNORE `cd` --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2