Break up TPM install to more lines

This will hopefully increase readability
and not actually break everything
This commit is contained in:
David Todd 2017-06-22 12:21:44 -05:00
parent 81f7be2560
commit 69f0d3252d

View File

@ -176,7 +176,8 @@ 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'