Keep this on one line

This commit is contained in:
David Todd 2017-06-22 12:50:53 -05:00
parent 062bc3fc0a
commit d6dc16cca1

View File

@ -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'