fixed plugins loading when not installed bug
This commit is contained in:
@@ -71,7 +71,7 @@ bindkey -s '^[[1;5A' "!!^M"
|
||||
|
||||
# autosuggestions
|
||||
# requires zsh-autosuggestions
|
||||
if [ -n "/usr/share/zsh/plugins " ]; then
|
||||
if [ -d "/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