arl / tmux-gitbar

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

Do not overwrite previous status #31

Closed arl closed 8 years ago

arl commented 8 years ago

I've been personally using this branch for 10 days now and there aren't problems. Before merging it I need to fix the tests, as now the expected behavior is different. If there's already a tmux status string where tmux-gitbar would be showed, this is not overwritten anymore, but the git status is appended to it instead. That's exactly where test on travis is failing