Revert "Update README.md installation instructions."
This reverts commit a403ca3b67
.
There are problems when running TPM with a `-b` flag, see #151.
This commit is contained in:
parent
5c4f37a52d
commit
59f78857f6
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||||
|
|
||||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||||
run -b '~/.tmux/plugins/tpm/tpm'
|
run '~/.tmux/plugins/tpm/tpm'
|
||||||
```
|
```
|
||||||
|
|
||||||
Reload TMUX environment so TPM is sourced:
|
Reload TMUX environment so TPM is sourced:
|
||||||
|
|
Loading…
Reference in a new issue