install zsh-git-prompt plugin

This commit is contained in:
Ghasem Naddaf 2021-04-14 12:09:08 -07:00 committed by GitHub
commit 953c5b0da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,6 +247,9 @@ EOF
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 \
${ZSH}/custom/plugins/zsh-git-prompt
}
main() {