Turn off allow-rename, duplicates path
dblume

dblume commited on 2021-11-21 18:30:25
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -41,7 +41,7 @@ set -g status-right '#[fg=green]%m/%d %H:%M#[default]'
41 41
 setw -g mode-keys vi
42 42
 setw -g automatic-rename off
43 43
 setw -g aggressive-resize
44
-set -g allow-rename on
44
+#set -g allow-rename on  ## ssh'ed servers may rename window to PS1, duplicating path
45 45
 #setw -g window-status-current-format '#[fg=yellow]#I:#F:#T:.../#{b:pane_current_path}#[default]'
46 46
 setw -g window-status-current-format '#{?#{!=:#{session_windows},1},#I:#W:,}#[fg=yellow]#{?window_zoomed_flag,Z:,}#{s\/home/dblume\~\:pane_current_path}#[default]'
47 47
 setw -g window-status-format '#[fg=colour241]#I:#W#[default]'
48 48