diff --git a/dotfiles/lib/shellrc/exports.sh b/dotfiles/lib/shellrc/exports.sh index 676a481d..4b41730e 100644 --- a/dotfiles/lib/shellrc/exports.sh +++ b/dotfiles/lib/shellrc/exports.sh @@ -6,7 +6,7 @@ fi # Larger bash history (allow 32³ entries; default is 500) export HISTSIZE=32768 -export HISTFILESIZE=$HISTSIZE +export HISTFILESIZE=10000000 export HISTCONTROL=ignoredups # Make some commands not show up in history export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"