summaryrefslogtreecommitdiff
path: root/zsh/zscripts/zplug.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zscripts/zplug.zsh')
-rwxr-xr-xzsh/zscripts/zplug.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zscripts/zplug.zsh b/zsh/zscripts/zplug.zsh
index 6b86104..587a8c0 100755
--- a/zsh/zscripts/zplug.zsh
+++ b/zsh/zscripts/zplug.zsh
@@ -1,6 +1,6 @@
#!/usr/bin/env zsh
-local zplugs="${ZDOTDIR:-~/.}${ZDOTDIR:+/}zplugs" # Declare videos using `local` to keep variables away from interactive shell
+local zplugs="${ZDOTDIR:-~/.}${ZDOTDIR:+/}zplugs" # Declare all variables using `local` to keep them away from the interactive shell
local zplugins="${ZPLUGINSDIR:-/usr/local/share/zsh/zplugins}"
[[ $EUID != 0 ]] && local sudo=${SUDO-sudo}