The if-shell expression, in tmux-gitbar.tmux, installing the
PROMPT_COMMAND was failing on tmux.conf reloading. The problem was
seemingly due to different variable expansion rules when loading the
file, or when relaoding it from inside a tmux-session.
Single quoting both expressions after the if-shell command fixed it.
The
if-shell
expression, intmux-gitbar.tmux
, installing thePROMPT_COMMAND
was failing on tmux.conf reloading. The problem was seemingly due to different variable expansion rules when loading the file, or when relaoding it from inside a tmux-session.Single quoting both expressions after the
if-shell
command fixed it.Fixes #18