From 631bdec159dc286ee00ca3c855fb1c4c147c856c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 8 Mar 2026 13:25:07 +0100 Subject: [PATCH] Prevent extra CR --- migrations/1772907198.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1772907198.sh b/migrations/1772907198.sh index 640d8733..82f21fe0 100644 --- a/migrations/1772907198.sh +++ b/migrations/1772907198.sh @@ -4,7 +4,7 @@ if [[ -f ~/.config/tmux/tmux.conf ]]; then if ! grep -q "set -gw automatic-rename on" ~/.config/tmux/tmux.conf; then sed -i '/set -g window-status-separator ""/a\ set -gw automatic-rename on\ -set -gw automatic-rename-format '\''#{b:pane_current_path}'\'' \ +set -gw automatic-rename-format '\''#{b:pane_current_path}'\''\ ' ~/.config/tmux/tmux.conf omarchy-restart-tmux fi