From aa72865287771a7f4c194a2e61dcdcecc9f063f7 Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 1 Nov 2015 15:55:06 -0500 Subject: update tmux statusbar to use ~/bin --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index c5bb96d..b59a333 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -107,7 +107,7 @@ setw -g window-status-current-format "#[bg=colour66,fg=colour0,noreverse]█▓ # Info on right set -g status-right-length 100 set -g status-right '' -set -g status-right '#(~/code/sys/status)' +set -g status-right '#(~/bin/tmux-status)' # Info on left (no session display) set -g status-left '' -- cgit v1.2.1