aboutsummaryrefslogtreecommitdiffstats
path: root/zuwu.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zuwu.zsh')
-rwxr-xr-xzuwu.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuwu.zsh b/zuwu.zsh
index 25c559e..992c500 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -174,7 +174,7 @@ if grep "\"$HOME" "$HOME/.zshrc" >/dev/null 2>/dev/null; then
fi
# Load zgen, if present
-if [[ -d "$HOME/.zgen" ]]; then
+if [[ -f "$HOME/.zgen/zgen.zsh" ]]; then
source "$HOME/.zgen/zgen.zsh"
export LOADED_ZGEN=true
fi