diff options
author | Alan Pearce | 2017-02-06 08:51:20 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-06 08:51:20 +0100 |
commit | 5d1e45b22d968d016dd2bb419e080c6679ef3081 (patch) | |
tree | 595818a9ca7a212040ae23d5076a1127715854aa /tag-zsh/config/zsh | |
parent | 57d40296cdb4ad759b857b0ea4c396d2ade94b80 (diff) | |
parent | bd8cffa2c4d377935bd70b4780235bbec92dc9f7 (diff) | |
download | dotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.lz dotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.tar.zst dotfiles-5d1e45b22d968d016dd2bb419e080c6679ef3081.zip |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r-- | tag-zsh/config/zsh/zshenv | 2 |
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 |