Update automatic_tpm_installation.md

Somehow it does not install plugins if `.tmux.conf` is not reloaded
This commit is contained in:
Mickaël Canévet 2018-06-11 17:25:53 +02:00 committed by GitHub
parent 95f78336c3
commit cc403b4066
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'"
```
This useful tip was submitted by @acr4 and narfman0.