summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index c6f2cc4..7e93b0a 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -40,6 +40,6 @@ if [ -n "$DISPLAY" ]; then
fi
# Load zsh plugins; should be last
-for plugin in $ZPLUGINS; do
+for plugin in ${=ZPLUGINS}; do
source $plugin
done