diff --git a/.bash_profile b/.bash_profile index 485ce3938b..a6fc40d777 100644 --- a/.bash_profile +++ b/.bash_profile @@ -60,7 +60,7 @@ export HISTFILESIZE=$HISTSIZE # big big history type shopt &> /dev/null && shopt -s histappend # append to history, don't overwrite it # Don't record some commands -export HISTIGNORE="&:[ ]*:exit:ls:bg:fg:history:clear" +export HISTIGNORE="exit:ls:bg:fg:history:clear" # Save multi-line commands as one command shopt -s cmdhist