.exports: Append ls with an argument to the $HISTFILE

This commit is contained in:
Mathias Bynens
2012-08-10 11:52:03 +02:00
parent 0e28ec0e3b
commit 4e6bec550c
+1 -1
View File
@@ -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"
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"