fix(install:zsh): delete creating existing directory

This commit is contained in:
TheK4n 2023-10-09 21:00:17 +03:00
parent 9c3ab82cab
commit 52ad61ed16

View File

@ -83,7 +83,6 @@ cmd_zsh() {
_link_files_in_sandbox ${TARGETS["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-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/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" git clone https://github.com/hlissner/zsh-autopair "$SANDBOX_PATH/.subzsh/plugins/hlissner/zsh-autopair"