summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
authorAlan Pearce2017-02-06 08:51:20 +0100
committerAlan Pearce2017-02-06 08:51:20 +0100
commit5d1e45b22d968d016dd2bb419e080c6679ef3081 (patch)
tree595818a9ca7a212040ae23d5076a1127715854aa /tag-zsh
parent57d40296cdb4ad759b857b0ea4c396d2ade94b80 (diff)
parentbd8cffa2c4d377935bd70b4780235bbec92dc9f7 (diff)
downloaddotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.lz
dotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.zst
dotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tag-zsh')
-rw-r--r--tag-zsh/config/zsh/zshenv2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index e62dca5..e75704c 100644
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-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