tmux: fix terminal overrides

master
an 2019-09-05 16:45:21 -04:00
parent fb978721fa
commit 2acc9798de
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
# set up terminal
set -g default-terminal "st-256color"
set -g default-terminal "screen-256color"
set-option -ga terminal-overrides ",xterm-256color*:Tc:smso="
# set up status bar
set -g status-right '#[bg=#241d29]#{pane_title}'