diff --git a/.zshrc b/.zshrc index 270d7cf..e88add7 100644 --- a/.zshrc +++ b/.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?