diff options
-rw-r--r-- | .zsh.after/export.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 921401d..54d78ab 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,5 +1,4 @@ -# use xterm-color anywhere. Sane default for color and termite -if [[ -n $TMUX ]] && [[ $VENDOR != "apple" ]];then +if [[ -n $TMUX ]] && [[ $VENDOR != "apple" ]] && [[ ! -e /etc/debian_version ]]; then export TERM="tmux-256color" elif [[ -n $STY ]];then export TERM="screen-256color" |