update conf
This commit is contained in:
@ -1,12 +1,14 @@
|
||||
HISTFILE="$HOME/.zsh_history"
|
||||
HISTSIZE=10000
|
||||
SAVEHOST=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
setopt share_history # persist, and share live across open shells
|
||||
# setopt inc_append_history # history of session appended to HISTFILE after session ends
|
||||
setopt extended_history # record timestamps
|
||||
setopt hist_ignore_dups # drop a command identical to the one before it
|
||||
setopt hist_ignore_space # don't record commands typed with a leading space
|
||||
setopt hist_verify # let you edit a !-expansion before it runs
|
||||
setopt inc_append_history # history of session appended to HISTFILE after session ends
|
||||
setopt hist_ignore_dups # drop a command identical to the one before it
|
||||
setopt hist_ignore_space # don't record commands typed with a leading space
|
||||
setopt hist_save_no_dups
|
||||
setopt hist_verify # let you edit a !-expansion before it runs
|
||||
setopt append_history
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
|
||||
Reference in New Issue
Block a user