aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/export.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index fafea00..6b5ce4a 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -2,7 +2,7 @@
if [[ -n $TMUX ]];then
export TERM="screen-256color"
else
- export TERM="xterm-color"
+ export TERM="xterm-256color"
fi