diff options
-rw-r--r-- | zsh/.config/zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 593f2f9..bc96d37 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -1,5 +1,5 @@ # -*- mode: sh; -*- -if [[ -d "$HOME/.zplugin/bin/zmodules/Src" ]] +if [[ -f "$HOME/.zplugin/bin/zmodules/Src/zdharma/zplugin.so" ]] then module_path+=( "/Users/alan/.zplugin/bin/zmodules/Src" ) zmodload zdharma/zplugin |