summaryrefslogtreecommitdiff
path: root/plugins/git-prompt/README.md
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2022-04-09 14:45:42 +0200
committerGitHub <noreply@github.com>2022-04-09 14:45:42 +0200
commit0818df057cca59a949ffa88947a6b16dec2411ca (patch)
treee74e2a141c494fad28b72f0829655f1c448021f1 /plugins/git-prompt/README.md
parentb3999a4b156185b617a5608317497399f88dc8fe (diff)
downloadzsh-0818df057cca59a949ffa88947a6b16dec2411ca.tar.gz
zsh-0818df057cca59a949ffa88947a6b16dec2411ca.tar.bz2
zsh-0818df057cca59a949ffa88947a6b16dec2411ca.zip
fix: use `python3` for all `python` invocations (#10832)
Diffstat (limited to 'plugins/git-prompt/README.md')
-rw-r--r--plugins/git-prompt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git-prompt/README.md b/plugins/git-prompt/README.md
index 83d365c84..8775af893 100644
--- a/plugins/git-prompt/README.md
+++ b/plugins/git-prompt/README.md
@@ -13,7 +13,7 @@ See the [original repository](https://github.com/olivierverdier/zsh-git-prompt).
## Requirements
-This plugin uses `python`, so your host needs to have it installed
+This plugin uses `python3`, so your host needs to have it installed.
## Examples