commit f6317875d4a6dfc5de8821c15a374bee8ea5fe59
parent 03deb0f13c8bd9562c60512457c29efea7a776be
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 10 Nov 2017 15:01:45 -0800
Set command history to 10k lines
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -13,8 +13,8 @@ export P4EDITOR=vim
# History
HISTFILE=~/.histfile
-HISTSIZE=1000
-SAVEHIST=1000
+HISTSIZE=10000
+SAVEHIST=10000
# Write history command-by-command, don't overwrite.
setopt INC_APPEND_HISTORY