diff options
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,4 +5,5 @@ export MANPAGER="less -X" # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768 -export HISTFILESIZE=$HISTSIZE
\ No newline at end of file +export HISTFILESIZE=$HISTSIZE +export HISTCONTROL=ignoredups
\ No newline at end of file |