fixed plugin dir typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user