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

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:
Graham McGregor 2016-12-12 21:36:57 -05:00
parent 1579534c2e
commit 350fa9ee5f

View file

@ -30,7 +30,7 @@ Put this at the bottom of `.tmux.conf`:
Reload TMUX environment so TPM is sourced:
# type this in terminal
# type this in terminal if tmux is already running
$ tmux source ~/.tmux.conf
That's it!