diff options
author | Matijs Brinkhuis <matijs@gmail.com> | 2011-09-20 15:46:41 +0300 |
---|---|---|
committer | Matijs Brinkhuis <matijs@gmail.com> | 2011-09-20 15:46:41 +0300 |
commit | cf47c75acde8e8f20d74f514bbc61693aa579c04 (patch) | |
tree | b4ed71118ac0fde6efbc1106ee28a2be8f1648ff /.exports | |
parent | c7a82c23677c63327ba8cd1f8c5da22ddde1fb0b (diff) | |
download | dotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.tar.gz dotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.tar.bz2 dotfiles-cf47c75acde8e8f20d74f514bbc61693aa579c04.zip |
Added HISTIGNORE to ignore certain commands in history
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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
\ No newline at end of file +export HISTCONTROL=ignoredups +# Make some commands not show up in history +export HISTIGNORE="ls:ls *"
\ No newline at end of file |