diff --git a/.bashrc b/.bashrc index 762550e..375387b 100644 --- a/.bashrc +++ b/.bashrc @@ -10,8 +10,8 @@ set -o noclobber shopt -s checkwinsize shopt -s histappend export HISTCONTROL=ignoreboth -export HISTSIZE=1000 -export HISTFILESIZE=2000 +export HISTSIZE=20000 +export HISTFILESIZE=20000 export PROMPT_DIRTRIM=3 # Color output and default options