Verified Commit 37bf97ca authored by Hermann Mayer's avatar Hermann Mayer
Browse files

BashRC: Increase the default bash history size.

parent 6c4966e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ fi

# Misc defaults
export HISTCONTROL="ignoreboth:erasedups"
export HISTSIZE=1000000
export HISTSIZE=20000000
export PROMPT_DIRTRIM=0
export USER_NAME=$(whoami)
export COLUMNS=$(tput cols)