Skip to content

Commit

Permalink
tmux: better user@host:session scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Tittelbach committed Jul 13, 2012
1 parent f4ad46f commit 046d45b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/tmux.conf
Expand Up @@ -40,10 +40,10 @@ set -g status-fg white
set -g status-bg black
set -g status-left-length 25
set -g status-right-length 6
### show User@Host |
#set -g status-left "#[fg=red]#(echo ${USER})@#[fg=white]#h |"
### show Tmux-Session@Host |
set -g status-left "#[fg=red]#S@#[fg=white]#h |"
### status-left: username@hostname:sessionname
#set -g status-left "#[fg=blue]#(echo ${USER})#[fg=white]@#h#[fg=red]:#S#[fg=white] |"
### status-left: @hostname:sessionname
set -g status-left "#[fg=white]@#h#[fg=red]:#S#[fg=white] |"
set -g status-right "#[fg=yellow]%H:%M"
set-window-option -g window-status-fg blue
set-window-option -g window-status-bg black
Expand Down

0 comments on commit 046d45b

Please sign in to comment.