Update install.sh

This commit is contained in:
Ghasem Naddaf 2021-04-14 12:37:35 -07:00 committed by GitHub
commit 593bd74a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -248,7 +248,7 @@ dl_custom_plugins() {
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
${ZSH}/custom/plugins/fast-syntax-highlighting
git clone https://github.com/ghasemnaddaf/zsh-git-prompt \
git clone https://github.com/ghasemnaddaf/zsh-git-prompt --branch plugin \
${ZSH}/custom/plugins/zsh-git-prompt
}