From 953c5b0da77546c666945229e0467848ce21b508 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:09:08 -0700 Subject: [PATCH] install zsh-git-prompt plugin --- tools/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/install.sh b/tools/install.sh index 470ff541c..99f77c191 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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() {