fix(install:zsh): delete creating existing directory
This commit is contained in:
parent
9c3ab82cab
commit
52ad61ed16
1
install
1
install
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user