aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zprofile b/.zprofile
index 64a72f3..7b687a2 100644
--- a/.zprofile
+++ b/.zprofile
@@ -20,7 +20,7 @@ elif [[ ! -z $(whence vi) ]] then
fi
############### ROOT BAILS HERE ###############
-[[ $USER -ne "root" ]] && return
+[[ $USER == "root" ]] && return
############# STORE VIMTAGS IN TMP ############
[[ -d $tmpdir ]] && \