From f383ea1983e6458ca4a5b59192ec5f87e8d57387 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 13 Sep 2018 19:02:25 +0200 Subject: .zsh.after/export.zsh: Don't use tmux-256color in tmux on Debilian because it's too old. --- .zsh.after/export.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.zsh.after') 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" -- cgit v1.2.3-54-g00ecf