From a5ec18f72ec55fb14d0e3c3d6d074f171cd81664 Mon Sep 17 00:00:00 2001 From: Conner McCall Date: Thu, 4 Jun 2020 13:58:24 -0500 Subject: [PATCH] increase history size --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index 42091a9..6c94aba 100644 --- a/.bash_profile +++ b/.bash_profile @@ -11,7 +11,7 @@ if [ -f '/Users/conner/bin/google-cloud-sdk/path.bash.inc' ]; then . '/Users/con # The next line enables shell command completion for gcloud. if [ -f '/Users/conner/bin/google-cloud-sdk/completion.bash.inc' ]; then . '/Users/conner/bin/google-cloud-sdk/completion.bash.inc'; fi -HISTFILESIZE=1500 +HISTFILESIZE=15000 test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"