summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 593f2f90..bc96d37a 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