From 59f78857f656afd462d7bc99b31cc8cc36c1872c Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Mon, 6 Jul 2020 09:34:03 +0200 Subject: [PATCH] Revert "Update README.md installation instructions." This reverts commit a403ca3b67f880fc3ef3f585bae2779932570cf5. There are problems when running TPM with a `-b` flag, see #151. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 824a557..1386e42 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # set -g @plugin 'git@bitbucket.com:user/plugin' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run -b '~/.tmux/plugins/tpm/tpm' +run '~/.tmux/plugins/tpm/tpm' ``` Reload TMUX environment so TPM is sourced: