arl / tmux-gitbar

Git in your tmux status bar
GNU General Public License v3.0
169 stars 16 forks source link

Fix Error on tmux.conf reload #19

Closed arl closed 8 years ago

arl commented 8 years ago

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.

Fixes #18