1
0
Fork 0
mirror of synced 2024-07-26 18:11:11 -04:00

Update README.md installation instructions.

`run '~/.tmux/plugins/tpm/tpm'` should be run in the background, so the `-b` flag was added.
This commit is contained in:
Ethan Chan 2018-11-04 16:40:07 -08:00 committed by GitHub
parent 95f78336c3
commit a403ca3b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
# set -g @plugin 'git@bitbucket.com/user/plugin'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
run -b '~/.tmux/plugins/tpm/tpm'
```
Reload TMUX environment so TPM is sourced: