Emphasize TPM initialization should come last in tmux.conf
This commit is contained in:
parent
264efb2fa8
commit
e3103601f1
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ are required):
|
|||
# git@github.com/user/plugin \
|
||||
# git@bitbucket.com/user/plugin \
|
||||
|
||||
# initializes TMUX plugin manager
|
||||
# Initializes TMUX plugin manager.
|
||||
# Keep this line at the very bottom of tmux.conf.
|
||||
run-shell ~/.tmux/plugins/tpm/tpm
|
||||
|
||||
Reload TMUX environment so TPM is sourced:
|
||||
|
|
Loading…
Reference in a new issue