chore(zsh): add INC_APPEND_HISTORY_TIME
parent
2a2b510058
commit
2aeaf7db57
|
@ -16,6 +16,7 @@ setopt HIST_NO_FUNCTIONS
|
||||||
setopt HIST_NO_STORE
|
setopt HIST_NO_STORE
|
||||||
setopt HIST_REDUCE_BLANKS
|
setopt HIST_REDUCE_BLANKS
|
||||||
setopt HIST_SAVE_NO_DUPS
|
setopt HIST_SAVE_NO_DUPS
|
||||||
|
setopt INC_APPEND_HISTORY_TIME
|
||||||
|
|
||||||
# https://stackoverflow.com/q/12382499
|
# https://stackoverflow.com/q/12382499
|
||||||
bindkey "^[[1;3C" forward-word
|
bindkey "^[[1;3C" forward-word
|
||||||
|
|
Loading…
Reference in New Issue