diff options
author | Gonçalo Queirós <mail@goncaloqueiros.net> | 2020-10-13 10:28:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 11:28:51 +0200 |
commit | a39bee8d11aca960651403dddbb7dba38b00183e (patch) | |
tree | abef4d3f1af8c2ab7c6e0f2fc76f6a7ab1f5916f /plugins/git-prompt | |
parent | 1e25abacad6cdf380b7b1df9fc758290d969d99e (diff) | |
download | zsh-a39bee8d11aca960651403dddbb7dba38b00183e.tar.gz zsh-a39bee8d11aca960651403dddbb7dba38b00183e.tar.bz2 zsh-a39bee8d11aca960651403dddbb7dba38b00183e.zip |
git-prompt: document Python prerequisite in README (#9336)
Diffstat (limited to 'plugins/git-prompt')
-rw-r--r-- | plugins/git-prompt/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/git-prompt/README.md b/plugins/git-prompt/README.md index e3b2d623a..83948f536 100644 --- a/plugins/git-prompt/README.md +++ b/plugins/git-prompt/README.md @@ -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: |