diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:38:34 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-16 00:38:34 +0100 | 
| commit | 617096afd0f81cce3365c7a8c233bdb1b3d13984 (patch) | |
| tree | a440458735f57e660900c666ba81212d07b97c9f /config | |
| parent | a393a959771d5667ad78dccb8b3a72f9184544f5 (diff) | |
changed: (zshrc) added histignorealldups, cdablevars and cleanup
Diffstat (limited to 'config')
| -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 \  | 
