From 2aba0665fdfaa35f5d77a72775f9ff2f8da79955 Mon Sep 17 00:00:00 2001 From: Bradley Wright Date: Sun, 6 Oct 2013 21:16:05 +0100 Subject: [PATCH] tmux: kill right hand-side --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index b8b9bf4..98f8e74 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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 "