aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 5ffdf85..2cbba29 100644
--- a/.zprofile
+++ b/.zprofile
@@ -17,7 +17,7 @@ elif [[ ! -z $(whence vi) ]] then
export EDITOR=vi
fi
-source $HOME/.config/init/vars
+[[ $USER -ne "root" ]] || return
############# STORE VIMTAGS IN TMP ############
[[ -d $tmpdir ]] && \