increase history size
This commit is contained in:
parent
89f6737916
commit
a5ec18f72e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
# 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
|
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"
|
test -e "${HOME}/.iterm2_shell_integration.bash" && source "${HOME}/.iterm2_shell_integration.bash"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue