mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Update automatic_tpm_installation.md
Somehow it does not install plugins if `.tmux.conf` is not reloaded
This commit is contained in:
parent
95f78336c3
commit
cc403b4066
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user