Update automatic_tpm_installation.md
You actually need to resource the config two time for this to work as expected.
This commit is contained in:
parent
60a36d6f7a
commit
cea749607a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ If you want to install `tpm` and plugins automatically when tmux is started, put
|
|||
|
||||
```
|
||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && ~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||
"run 'git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && tmux source ~/.tmux.conf && ~/.tmux/plugins/tpm/bin/install_plugins && tmux source ~/.tmux.conf'"
|
||||
```
|
||||
|
||||
This useful tip was submitted by @acr4 and narfman0.
|
||||
|
|
Loading…
Reference in a new issue