all repos — archive/dotfiles @ 614ecb408d28794985bd96459689be97ecdf87aa

Superseded by nixfiles

zsh: Don’t check SHLVL under X

It seems to be too inconsistent
Alan Pearce alan@alanpearce.uk
Sun, 05 Feb 2017 10:14:54 +0100
commit

614ecb408d28794985bd96459689be97ecdf87aa

parent

a0219037c6eff35b09b0ec4352efff3606b5d140

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tag-zsh/config/zsh/zshenvtag-zsh/config/zsh/zshenv
@@ -1,4 +1,4 @@-if [[ $SHLVL -eq 1 || (-n $DISPLAY && $SHLVL -lt 3) ]]
+if [[ $SHLVL -eq 1 || -n $DISPLAY ]]
 then
   if [[ -f $ZDOTDIR/zshenv.local ]]
   then