aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/export.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after/export.zsh')
-rw-r--r--.zsh.after/export.zsh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index 45dbe9b..89ba7dc 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"