summaryrefslogtreecommitdiffstats
path: root/.config/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/zsh/.zshrc')
-rw-r--r--.config/zsh/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index 3e2d583..963766b 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -11,6 +11,8 @@
# == ===== ==== ==
# ========================
+[ -z "$TMUX" ] && export TERM=xterm-256color || export TERM=screen-256color
+
autoload -U colors && colors
HISTSIZE=1000000