diff options
Diffstat (limited to 'zshrc.d/common')
-rw-r--r-- | zshrc.d/common | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zshrc.d/common b/zshrc.d/common index 9ba1466..95f121b 100644 --- a/zshrc.d/common +++ b/zshrc.d/common @@ -5,7 +5,6 @@ autoload -Uz colors && colors HISTFILE=~/.histfile HISTSIZE=10000 SAVEHIST=10000 -setopt appendhistory setopt extendedglob setopt hist_ignore_dups setopt hist_expire_dups_first |