From f6b16eee6a849680ce17b8399f652acfdef45f09 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 25 May 2024 20:39:55 -0700 Subject: [PATCH] Bigger is better --- dotfiles/bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index b197df9..9d287cc 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -1,8 +1,8 @@ # History control shopt -s histappend HISTCONTROL=ignoreboth -HISTSIZE=1000 -HISTFILESIZE=2000 +HISTSIZE=32768 +HISTFILESIZE="${HISTSIZE}" # Autocompletion source /usr/share/bash-completion/bash_completion