From 53aa52f5d83703b04c7bfa9a7426b74f013a5bdc Mon Sep 17 00:00:00 2001 From: venus Date: Wed, 11 Mar 2026 22:57:35 -0500 Subject: [PATCH] fixed plugin dir typo --- zsh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.config b/zsh.config index 420efe3..0d1a0d9 100644 --- a/zsh.config +++ b/zsh.config @@ -73,7 +73,7 @@ bindkey -s '^[[1;5A' "!!^M" # autosuggestions # requires zsh-autosuggestions -if [ -f "/usr/share/zsh/plugins " ]; then +if [ -n "/usr/share/zsh/plugins " ]; then source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # syntax highlighting # requires zsh-syntax-highlighting package