Fix usage of obsolete variable in tmux configuration

This commit is contained in:
Daniel - 2019-07-13 20:59:01 +02:00
parent 366849481b
commit 718a26047c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 2 deletions

View File

@ -56,5 +56,4 @@ set -g status-fg white
set -g status-left "#[fg=green]#H[#S] "
set -g status-left-length 13
set -g status-right " #[fg=yellow]"
setw -g window-status-current-bg default
setw -g window-status-current-fg red
set -g window-status-current-style "fg=red"