mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +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() {
|
dl_custom_plugins() {
|
||||||
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
|
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
|
||||||
${ZSH}/custom/plugins/fast-syntax-highlighting
|
${ZSH}/custom/plugins/fast-syntax-highlighting
|
||||||
|
|
||||||
|
git clone https://github.com/ghasemnaddaf/zsh-git-prompt \
|
||||||
|
${ZSH}/custom/plugins/zsh-git-prompt
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue