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 }