Update history config for zsh
This commit is contained in:
parent
a2c284693a
commit
11b17ff355
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ SAVEHIST=1000
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
|
|
||||||
|
setopt SHARE_HISTORY
|
||||||
|
setopt HIST_IGNORE_ALL_DUPS
|
||||||
|
setopt HIST_EXPIRE_DUPS_FIRST
|
||||||
|
setopt HIST_REDUCE_BLANKS
|
||||||
|
|
||||||
# Use NVIM
|
# Use NVIM
|
||||||
alias vim=nvim
|
alias vim=nvim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue