diff --git a/.exports b/.exports index db4e0ed..f71f6e0 100644 --- a/.exports +++ b/.exports @@ -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