mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
git-prompt: document Python prerequisite in README (#9336)
This commit is contained in:
parent
1e25abacad
commit
a39bee8d11
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ plugins=(... git-prompt)
|
|||
|
||||
See the [original repository](https://github.com/olivierverdier/zsh-git-prompt).
|
||||
|
||||
## Prerequisites
|
||||
This plugin uses `python`, so your host needs to have it installed
|
||||
|
||||
## Examples
|
||||
|
||||
The prompt may look like the following:
|
||||
|
|
Loading…
Reference in a new issue