fixed plugin dir typo

This commit is contained in:
venus
2026-03-11 22:57:35 -05:00
parent 909e11855b
commit 53aa52f5d8

View File

@@ -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