diff options
author | Carlo Sala <carlosalag@protonmail.com> | 2022-04-09 14:45:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-09 14:45:42 +0200 |
commit | 0818df057cca59a949ffa88947a6b16dec2411ca (patch) | |
tree | e74e2a141c494fad28b72f0829655f1c448021f1 /plugins/git-prompt/README.md | |
parent | b3999a4b156185b617a5608317497399f88dc8fe (diff) | |
download | zsh-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.md | 2 |
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 |