disabled history delete dublicates
This commit is contained in:
parent
b41de0429b
commit
6551519795
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -71,7 +71,7 @@ export HISTSIZE=100000 # max would be 1000000000
|
|||
setopt SHARE_HISTORY # Share history between all sessions.
|
||||
setopt INC_APPEND_HISTORY # Write to the history file immediately, not when the shell exits.
|
||||
setopt HIST_IGNORE_DUPS # Don't record an entry that was just recorded again.
|
||||
setopt HIST_IGNORE_ALL_DUPS # Delete old recorded entry if new entry is a duplicate.
|
||||
#setopt HIST_IGNORE_ALL_DUPS # Delete old recorded entry if new entry is a duplicate.
|
||||
setopt HIST_VERIFY # Don't execute immediately upon history expansion.
|
||||
|
||||
# Would you like to use another custom folder than $ZSH/custom?
|
||||
|
|
Loading…
Reference in a new issue