diff --git a/.tmux.conf b/.tmux.conf index 4641ff0..ece49fb 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -58,7 +58,7 @@ setw -g window-status-separator "" set -g status-style "bg=#455a64,fg=#f5f5f5" set -g status-left-length 0 set -g status-left "#[bg=#263238,fg=#78909C] #I #[bg=#455a64,fg=#cfd8dc] #{=|60|…:pane_current_path} " -set -g status-right '#[bg=#0d47a1,fg=#e1f5fe] ☸ #(kubectl config current-context) #(gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")' +set -g status-right '#[bg=#0d47a1,fg=#e1f5fe] ☸ #(kubectl config current-context) #(~/go/bin/gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")' set -g status-right-length 0 set -g set-titles on