From d6dc16cca1e66fb344d89ec6c9efb05332fd463d Mon Sep 17 00:00:00 2001 From: David Todd Date: Thu, 22 Jun 2017 12:50:53 -0500 Subject: [PATCH] Keep this on one line --- tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 232cdc3..86b9f7f 100644 --- a/tmux.conf +++ b/tmux.conf @@ -176,8 +176,7 @@ set -g @continuum-restore 'on' # Install TPM if it does not exist 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/plugins/tpm/bin/install_plugins'" # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.tmux/plugins/tpm/tpm'