[tmux] Display the current host name in status bar

I keep mixing up Guest / Host systems. :D
This commit is contained in:
Sebastian Schulze 2016-01-05 09:41:11 +01:00
parent 7fb8029422
commit 1d2f190eac
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ set -g mouse-resize-pane on
set -g mouse-select-window on
set -g status-justify centre
set -g status-left ""
set -g status-right "🐵 #S"
set -g status-right "🐵 #S[@#H]"
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
@ -57,4 +57,4 @@ set-window-option -g window-status-fg colour251
set-window-option -g window-status-bg colour242
set-window-option -g window-status-current-fg colour196
set-window-option -g window-status-current-bg colour235
set-window-option -g window-status-current-format "#[fg=red]#[fg=white]#I#F$ #W#[fg=red]"
set-window-option -g window-status-current-format "#[fg=red]#[fg=white]#I#F$ #W#[fg=red]"