From a29baf4e2691521983fc6c9d5b6a13fe90e405d5 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Wed, 1 Dec 2021 21:07:57 +0800 Subject: [PATCH] Fix CI --- config/bootstrap.conf.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/bootstrap.conf.yml b/config/bootstrap.conf.yml index 4b4e1ea..8eae690 100644 --- a/config/bootstrap.conf.yml +++ b/config/bootstrap.conf.yml @@ -1,6 +1,7 @@ # Setup zinit - create: - ~/.zinit + - ~/.tmux - shell: - description: Clone zinit @@ -16,7 +17,7 @@ command: | if cd ~/.tmux/plugins/tpm; 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 - shell: