From a0943a0a387400afc8e49e7a626532e73990d24f Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Sun, 31 Jul 2022 15:16:04 -0500 Subject: bunch more stuff --- zsh/zscripts/zplug.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/zscripts/zplug.zsh') 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} -- cgit v1.2.3