diff options
-rw-r--r-- | tmux/.tmux.conf | 2 | ||||
-rwxr-xr-x | tmux/bin/tmux-status (renamed from tmux/code/sys/status) | 0 |
2 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 '' diff --git a/tmux/code/sys/status b/tmux/bin/tmux-status index 030924d..030924d 100755 --- a/tmux/code/sys/status +++ b/tmux/bin/tmux-status |