Browse Source

Update tpm path

fix_ci
Ein Verne 3 years ago
parent
commit
2fe4f10185
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 2
      config/bootstrap.conf.yml

2
config/bootstrap.conf.yml

@ -17,7 +17,7 @@
command: | command: |
if cd ~/.tmux/plugins/tpm; if cd ~/.tmux/plugins/tpm;
then git pull; then git pull;
else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm else git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm; fi
# Change default shell to zsh # Change default shell to zsh
- shell: - shell:

Loading…
Cancel
Save