From 617096afd0f81cce3365c7a8c233bdb1b3d13984 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 16 Feb 2023 00:38:34 +0100 Subject: changed: (zshrc) added histignorealldups, cdablevars and cleanup --- config/zshrc/.zshrc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'config') 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 \ -- cgit v1.2.3