1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-17 23:57:52 +08:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Gonçalo Queirós
a39bee8d11
git-prompt: document Python prerequisite in README (#9336) 2020-10-13 11:28:51 +02:00
Marc Cornellà
1e25abacad
meta: add checklist instructions on Pull Request template 2020-10-13 11:27:14 +02:00
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
## Standards checklist:
<!-- Fill with an x the ones that apply. Example: [x] -->
- [ ] The PR title is descriptive.
- [ ] The PR doesn't replicate another PR which is already open.
- [ ] I have read the contribution guide and followed all the instructions.

View File

@ -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: