From 1671b471d5754bb58166e6d1594c1f0d3d1e0244 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sat, 4 Sep 2021 18:58:57 -0500 Subject: proper zrgument splitting for the plugin thing --- zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zshrc') 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 -- cgit v1.2.3