Skip to content

Commit

Permalink
Update README with "#{pane_current_path}"
Browse files Browse the repository at this point in the history
Fixes #17
  • Loading branch information
arl committed Feb 12, 2020
1 parent 57f0f80 commit 493ebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ Run `go get` to build and install `gitmux`:

Add this line to your `.tmux.conf`:

set -g status-right '#(gitmux #{pane_current_path})'
set -g status-right '#(gitmux "#{pane_current_path}")'


## Customizing
Expand Down

0 comments on commit 493ebdb

Please sign in to comment.