aboutsummaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-11-01 15:55:06 -0500
committerxero <x@xero.nu>2015-11-01 15:55:06 -0500
commitaa72865287771a7f4c194a2e61dcdcecc9f063f7 (patch)
tree24d1532fcd2d71bc31681749ecdd12d15da67493 /tmux/.tmux.conf
parente60ae25bddb4df917c0960db8c14ba1fbc18f86a (diff)
downloaddotfiles_ascii-aa72865287771a7f4c194a2e61dcdcecc9f063f7.tar.xz
dotfiles_ascii-aa72865287771a7f4c194a2e61dcdcecc9f063f7.zip
update tmux statusbar to use ~/bin
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf2
1 files changed, 1 insertions, 1 deletions
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 ''