Compare commits

...
2 Commits
Author SHA1 Message Date
pmcc 433231a4f0 Update 2026-08-02 20:36:27 -04:00
pmcc abb55b63d0 fix(tmux): escape session name in status-right so it updates on session switch
set -gF expands the format string at config load time, baking in the session name. Escaping as ##S keeps it dynamic; ##H was already escaped.
2026-08-02 19:12:54 -04:00
+1 -1
View File
@@ -64,6 +64,6 @@ set -g status-format[1] ""
set -g status 2
set -g status-justify "left"
set -g status-left " "
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] #S / ##H "
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] ##S ##H "
run '~/.tmux/plugins/tpm/tpm'