diff --git a/docs/automatic_tpm_installation.md b/docs/automatic_tpm_installation.md index 630573f..1f36684 100644 --- a/docs/automatic_tpm_installation.md +++ b/docs/automatic_tpm_installation.md @@ -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.