Merge pull request #20 from matijs/master

History ignore stuff
This commit is contained in:
Mathias Bynens
2011-09-20 05:50:33 -07:00
+3 -1
View File
@@ -6,4 +6,6 @@ export MANPAGER="less -X"
# Larger bash history (allow 32³ entries; default is 500)
export HISTSIZE=32768
export HISTFILESIZE=$HISTSIZE
export HISTCONTROL=ignoredups
export HISTCONTROL=ignoredups
# Make some commands not show up in history
export HISTIGNORE="ls:ls *"