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 0646798..fa500f9 100755
--- a/zuwu.zsh
+++ b/zuwu.zsh
@@ -188,7 +188,7 @@ if grep "\"$HOME" "$HOME/.zshrc" >/dev/null 2>/dev/null; then
fi
# Load zgen, if present
-if [[ -f "$HOME/.zgen/zgen.zsh" ]]; then
+if [[ "$SKIP_ZGEN_LOAD" == "" ]] && [[ -f "$HOME/.zgen/zgen.zsh" ]]; then
source "$HOME/.zgen/zgen.zsh"
LOADED_ZGEN=true
fi