From cc403b40664b80409e91014c404557dbea941160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Mon, 11 Jun 2018 17:25:53 +0200 Subject: [PATCH] Update automatic_tpm_installation.md Somehow it does not install plugins if `.tmux.conf` is not reloaded --- docs/automatic_tpm_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/automatic_tpm_installation.md b/docs/automatic_tpm_installation.md index 630573f..917e650 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'" ``` This useful tip was submitted by @acr4 and narfman0.