diff --git a/.bashrc b/.bashrc index 0bb9317..65366e1 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,10 @@ # Bash settings set -o noclobber shopt -s checkwinsize +shopt -s histappend export HISTCONTROL=ignoreboth +export HISTSIZE=1000 +export HISTFILESIZE=2000 export PROMPT_DIRTRIM=3 # Color output and default options