Clarify sourcing tmux.conf
Avoid any confusion with starting tmux with the `-f` option. Fixes https://github.com/tmux-plugins/tpm/issues/89
This commit is contained in:
parent
1579534c2e
commit
350fa9ee5f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Put this at the bottom of `.tmux.conf`:
|
||||||
|
|
||||||
Reload TMUX environment so TPM is sourced:
|
Reload TMUX environment so TPM is sourced:
|
||||||
|
|
||||||
# type this in terminal
|
# type this in terminal if tmux is already running
|
||||||
$ tmux source ~/.tmux.conf
|
$ tmux source ~/.tmux.conf
|
||||||
|
|
||||||
That's it!
|
That's it!
|
||||||
|
|
Loading…
Reference in a new issue