Add inc_append_history option to zsh
This commit is contained in:
parent
cf2716c4e2
commit
104ec5c1ca
|
@ -14,6 +14,7 @@ export HISTFILE="$HOME/.history"
|
||||||
export SAVEHIST=$HISTSIZE
|
export SAVEHIST=$HISTSIZE
|
||||||
setopt hist_ignore_all_dups
|
setopt hist_ignore_all_dups
|
||||||
setopt hist_ignore_space
|
setopt hist_ignore_space
|
||||||
|
setopt inc_append_history
|
||||||
|
|
||||||
# 256 colors
|
# 256 colors
|
||||||
[[ "$TERM" == "xterm" ]] && export TERM=xterm-256color
|
[[ "$TERM" == "xterm" ]] && export TERM=xterm-256color
|
||||||
|
|
Loading…
Reference in New Issue
Block a user