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

@ -60,7 +60,7 @@ bind-key w display-panes
set -g history-limit 5000000
# Syncronizes keys typed in one pane across all panes, press again to disable
bind-key y setw synchronize-panes
bind-key y setw synchronize-panes
######################
### DESIGN CHANGES ###
@ -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'