mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-10-31 23:28:47 +00:00
Fix automatic tpm installation command in doc
This commit is contained in:
parent
0ea31ae2d6
commit
bab318415a
@ -6,7 +6,9 @@ If you want to install `tpm` and plugins automatically when tmux is started, put
|
|||||||
|
|
||||||
```
|
```
|
||||||
if "test ! -d ~/.tmux/plugins/tpm" \
|
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'; \
|
||||||
|
set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.tmux/plugins/'; \
|
||||||
|
run '~/.tmux/plugins/tpm/bin/install_plugins'"
|
||||||
```
|
```
|
||||||
|
|
||||||
This useful tip was submitted by @acr4 and narfman0.
|
This useful tip was submitted by @acr4 and narfman0.
|
||||||
|
Loading…
Reference in New Issue
Block a user