diff --git a/zsh/_deploy.sh b/zsh/_deploy.sh index 69a22b6..52bf88e 100644 --- a/zsh/_deploy.sh +++ b/zsh/_deploy.sh @@ -4,10 +4,10 @@ chsh -s /usr/bin/zsh # Install zsh-autosuggestions plugin PATH=${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions -rm -rf $PATH -git clone https://github.com/zsh-users/zsh-autosuggestions $PATH +/usr/bin/rm -rf $PATH +/usr/bin/git clone https://github.com/zsh-users/zsh-autosuggestions $PATH # Install zsh-syntax-highlighting PATH=${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting -rm -rf $PATH -git clone https://github.com/zsh-users/zsh-syntax-highlighting $PATH +/usr/bin/rm -rf $PATH +/usr/bin/git clone https://github.com/zsh-users/zsh-syntax-highlighting $PATH