Skip to content

Commit

Permalink
tmux: kill right hand-side
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwright committed Oct 6, 2013
1 parent 7d1a80f commit 2aba066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux.conf
Expand Up @@ -95,7 +95,7 @@ set -g window-status-activity-fg yellow

# change host to red if we're remote
set -g status-left "#[bg=default]#[fg=magenta]#S "
if-shell 'test "$SSH_CONNECTION"' 'set -g status-right "#[bg=red]#[fg=black] @#h "'
if-shell 'test "$SSH_CONNECTION"' 'set -g status-right "#[bg=red]#[fg=black] @#h "' 'set -g status-right ""'

set -g window-status-format "#[bg=default]#[fg=default] #I:#W "
set -g window-status-current-format "#[bg=cyan]#[fg=black] #I:#W "
Expand Down

0 comments on commit 2aba066

Please sign in to comment.