commit 2999a86ce62efea97c479b8742142397e4705bfa
parent 6caa6dec7bc6b06a95138252a6d839c48b5499d9
Author: Chris Bracken <chris@bracken.jp>
Date: Sun, 22 Nov 2015 13:33:51 -0800
Update zsh setopts: INC_APPEND_HISTORY, EXTENDED_GLOB
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.zshrc b/.zshrc
@@ -4,10 +4,12 @@
HISTFILE=~/.histfile
HISTSIZE=1000
SAVEHIST=1000
-setopt appendhistory
+
+# write history command-by-command, don't overwrite
+setopt INC_APPEND_HISTORY
# extended glob
-setopt extendedglob
+setopt EXTENDED_GLOB
# vi-mode
bindkey -v