Closed
Description
Expected Behavior
Git information shows up in status bar when in a git repo.
Actual Behavior
It doesn't.
Steps to Reproduce the Problem
- On Raspbian jessie, install
gitmux
and putset -g status-right '#(gitmux "#{pane_current_path}")'
in~/.tmux.conf
, and re-source. - Go to a git repo.
- Run gitmux manually, which seems to produce sensible output:
#[fg=default]#[fg=default]#[fg=white,bold]⎇ #[fg=default]master#[fg=default]..#[fg=cyan]origin/master#[fg=default]#[fg=default] - #[fg=red,bold]✚ 1 #[fg=cyan,bold]⚑ 1 #[fg=magenta,bold]…1
- Observe lack of git info in status bar.
Specifications
- OS: Raspbian GNU/Linux 8 (jessie)
- gitmux version: 0.4.1
- tmux version: 1.9
Same setup works for me on a x86 box with tmux 2.1. Any ideas?