tmux-git
tmux-git copied to clipboard
Script for showing current Git branch in Tmux status bar
Apparently the status bar is only updated on issuing `cd` or `git` commands. At least I experience that the status does not update when I switch to a different window...
This commit modifies tmux-git to support zsh. Prior to this commit, there were three reasons that it failed on zsh: 1. in bash vs. zsh, unquoted string vars containing spaces...
I noticed a couple of `update_tmux` had accumulated in my `PROMPT_COMMAND`. I don't know how exactly this happened, but this PR should fix it. Also fix a typo in **README.md**....