From 52ad61ed161ac1f034c14e624c2c52cfb99183ea Mon Sep 17 00:00:00 2001 From: TheK4n Date: Mon, 9 Oct 2023 21:00:17 +0300 Subject: [PATCH] fix(install:zsh): delete creating existing directory --- install | 1 - 1 file changed, 1 deletion(-) diff --git a/install b/install index cc4543e..d1a0949 100755 --- a/install +++ b/install @@ -83,7 +83,6 @@ cmd_zsh() { _link_files_in_sandbox ${TARGETS["zsh"]} - mkdir "$SANDBOX_PATH/.subzsh/plugins" git clone https://github.com/zsh-users/zsh-autosuggestions "$SANDBOX_PATH/.subzsh/plugins/zsh-autosuggestions" git clone https://github.com/zsh-users/zsh-syntax-highlighting "$SANDBOX_PATH/.subzsh/plugins/zsh-syntax-highlighting" git clone https://github.com/hlissner/zsh-autopair "$SANDBOX_PATH/.subzsh/plugins/hlissner/zsh-autopair"