diff options
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 |