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