Hopefully a fix for the colorless term
This commit is contained in:
parent
53b7f30750
commit
19f33d0f7b
1 changed files with 2 additions and 0 deletions
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue