diff options
| author | katherine <ageha@airen-no-jikken.icu> | 2023-12-02 17:42:55 -0700 |
|---|---|---|
| committer | katherine <ageha@airen-no-jikken.icu> | 2023-12-02 17:42:55 -0700 |
| commit | c58ca45eeee2bc11e0af233aa0d8a0512ecb0ba7 (patch) | |
| tree | 0582bbb674a15e63c80b4150082af33f48074170 /.zprofile | |
| parent | bfc87ea75a77a723d3156990e658d3685f431f2f (diff) | |
| download | dotfiles-c58ca45eeee2bc11e0af233aa0d8a0512ecb0ba7.tar.gz | |
avoid unnecessary .zprofile lines when root
Diffstat (limited to '.zprofile')
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ]] && \ |
