tmux.conf: comment line making new version unhappy

This commit is contained in:
Aminda Suomalainen 2019-07-18 20:13:14 +03:00
parent 41f44924be
commit 9ae1da52ac
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set -g status-bg black
set -g status-fg white
# Highlights active window with red background (copied from http://goo.gl/2V0Lz )
set-window-option -g window-status-current-bg red
#set-window-option -g window-status-current-bg red
# Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf )
set -g status-right ' #[fg=yellow,bold]%Y-%m-%d %H.%M%z#[fg=black,bold] #[fg=black,bold]'