Hopefully a fix for the colorless term

This commit is contained in:
madmaurice 2015-10-14 16:17:06 +02:00
parent 53b7f30750
commit 19f33d0f7b

View file

@ -9,6 +9,8 @@ set-option -g status-justify centre
# start with window 1
set -g base-index 1
set -g default-terminal "screen-256color"
# window tabs
setw -g window-status-format " #[bg=default]#[fg=green]#W"
setw -g window-status-current-format " #[bg=default]#[fg=green]<#W>"