From 60bd1298ce754f3e0ef62b13b548d9a78bb183bc Mon Sep 17 00:00:00 2001 From: SouthFox Date: Wed, 27 Nov 2024 11:22:12 +0800 Subject: [PATCH] [home/zsh] update zshrc - remove ZSH_AUTOSUGGEST_STRATEGY overriding - add git plugin Signed-off-by: SouthFox --- files/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/zshrc b/files/zshrc index 6e2a38f..ebc62ae 100644 --- a/files/zshrc +++ b/files/zshrc @@ -80,11 +80,11 @@ export ZSH_CUSTOM="$GUIX_PROFILE/share/zsh" source $GUIX_PROFILE/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source $GUIX_PROFILE/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#696e8a" - ZSH_AUTOSUGGEST_STRATEGY=(completion history) } .reload source $ZSH/oh-my-zsh.sh +plugins=(git) # User configuration