From 593bd74a12e6af40545cfeb6f9a2fd2b6e9cdd25 Mon Sep 17 00:00:00 2001 From: Ghasem Naddaf Date: Wed, 14 Apr 2021 12:37:35 -0700 Subject: [PATCH] Update install.sh --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index 365277a48..47e31f1b7 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -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 }