mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
install zsh-git-prompt plugin
This commit is contained in:
parent
5e94646694
commit
953c5b0da7
1 changed files with 3 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue