[tmux] Display VM IP in status bar.

This commit is contained in:
Sebastian Schulze 2016-08-26 09:17:35 +02:00
parent df98b551d9
commit cfbb6ed5a1
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ set -gw mouse on
set -g status-justify centre
set -g status-left ""
set -g status-right "#S[@#H]"
set -g status-right "#S[#H@$VM_IP]"
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"