From 7bdf7ab1cd0548dd7714535f765a045636e5674b Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sun, 24 Feb 2019 12:09:43 +0100 Subject: [PATCH] Fix plugins looking for wrong zgen directory --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index e366a24..fe20e97 100644 --- a/.zshrc +++ b/.zshrc @@ -130,7 +130,7 @@ load_config_files $ZSH_CONFIG_DIR 3456789 # fi unset ZSH_CONFIG_DIR -unset ZGEN_DIR +# unset ZGEN_DIR -- Needs to remain set for some plugins to function unset ZGEN_PARENT_DIR unset ZSH_SETUP_SHOW_DEBUG unfunction print_dbg