From a159b4c2935f72990b4ece7a318b1585eecaafe4 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 30 Sep 2020 18:23:55 +0200 Subject: [PATCH] A bit longer path --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 9e4a88e..c3f2124 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -58,7 +58,7 @@ setw -g window-status-separator "" set -g status-style "bg=#3e3e3e,fg=#c0c0c0" set -g status-left-length 0 set -g status-right-length 0 -set -g status-left '#{=|30|…:pane_current_path}' +set -g status-left '#{=|45|…:pane_current_path}' set -g status-right '#[fg=#f7f7f7]#{@starship}▕#(~/go/bin/gitmux -cfg ~/.config/gitmux/gitmux.yaml "#{pane_current_path}")' set -g set-titles on