Skip to content

Commit

Permalink
update tmux statusbar to use ~/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Nov 1, 2015
1 parent e60ae25 commit aa72865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 ''

Expand Down
File renamed without changes.

0 comments on commit aa72865

Please sign in to comment.