Update history config for zsh
This commit is contained in:
parent
a2c284693a
commit
11b17ff355
@ -3,6 +3,11 @@ SAVEHIST=1000
|
||||
HISTSIZE=1000
|
||||
HISTFILE=~/.zsh_history
|
||||
|
||||
setopt SHARE_HISTORY
|
||||
setopt HIST_IGNORE_ALL_DUPS
|
||||
setopt HIST_EXPIRE_DUPS_FIRST
|
||||
setopt HIST_REDUCE_BLANKS
|
||||
|
||||
# Use NVIM
|
||||
alias vim=nvim
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user