diff options
Diffstat (limited to 'config/zshrc')
-rw-r--r-- | config/zshrc/.zshrc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index ebbaa00..574e631 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -76,14 +76,12 @@ setopt correct setopt nonomatch setopt autocd setopt completeinword -#regexlike matching setopt extendedglob -setopt histignoredups +setopt histignorealldups setopt histreduceblanks -#enable comments on commandline -setopt interactive_comments -#say status of bg jobs immediately +setopt interactivecomments setopt notify +setopt cdablevars for f in \ /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh \ |