From 350fa9ee5fe538ef86ba3df1f7cdc1402dd73d56 Mon Sep 17 00:00:00 2001 From: Graham McGregor Date: Mon, 12 Dec 2016 21:36:57 -0500 Subject: [PATCH] Clarify sourcing tmux.conf Avoid any confusion with starting tmux with the `-f` option. Fixes https://github.com/tmux-plugins/tpm/issues/89 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ba4330..647fd6f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Put this at the bottom of `.tmux.conf`: Reload TMUX environment so TPM is sourced: - # type this in terminal + # type this in terminal if tmux is already running $ tmux source ~/.tmux.conf That's it!