diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ bind '"\e[B":history-search-forward' # HISTORY CONTROL # =============== +# Default if not set is 1000 +export HISTSIZE=10000 + shopt -s histappend # Don't save duplicates |