add correct TERM to tmux

This commit is contained in:
Johannes Rothe 2020-08-12 20:40:26 +02:00
parent 6c01fb2dd2
commit 62dcacbe48

View File

@ -34,3 +34,6 @@ set-window-option -g window-status-style fg=colour239,bg=default
# bell
set-window-option -g window-status-bell-style fg=colour232,bg=colour253
# Correct colors, NOTE you also need to alias tmux as `tmux -2`
set -g default-terminal "tmux-256color"