diff options
-rw-r--r-- | .exports | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,4 +10,4 @@ export HISTSIZE=32768 export HISTFILESIZE=$HISTSIZE export HISTCONTROL=ignoredups # Make some commands not show up in history -export HISTIGNORE="ls:ls *:cd:cd -:pwd;exit:date:* --help"
\ No newline at end of file +export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
\ No newline at end of file |