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:
Adam Karim 2020-11-09 04:55:39 -08:00 committed by GitHub
parent 60a36d6f7a
commit cea749607a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.