Bigger is better

This commit is contained in:
David Heinemeier Hansson 2024-05-25 20:39:55 -07:00
parent 98b8ef23b2
commit f6b16eee6a

View File

@ -1,8 +1,8 @@
# History control # History control
shopt -s histappend shopt -s histappend
HISTCONTROL=ignoreboth HISTCONTROL=ignoreboth
HISTSIZE=1000 HISTSIZE=32768
HISTFILESIZE=2000 HISTFILESIZE="${HISTSIZE}"
# Autocompletion # Autocompletion
source /usr/share/bash-completion/bash_completion source /usr/share/bash-completion/bash_completion