diff options
author | Dani Torramilans <dani.torramilans@gmail.com> | 2021-10-04 15:57:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-04 15:57:03 +0200 |
commit | 56ab66b19429e5609e4331a987368ce2c844c7be (patch) | |
tree | 1983f42b57aff1033c580e4c899a4735d9a882f2 /plugins/python/README.md | |
parent | 717ece07efea5e74e6d18bd647387607a6f5fc49 (diff) | |
download | zsh-56ab66b19429e5609e4331a987368ce2c844c7be.tar.gz zsh-56ab66b19429e5609e4331a987368ce2c844c7be.tar.bz2 zsh-56ab66b19429e5609e4331a987368ce2c844c7be.zip |
docs(python): update README to include new `py` alias (#9995)
Diffstat (limited to 'plugins/python/README.md')
-rw-r--r-- | plugins/python/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/python/README.md b/plugins/python/README.md index 0180218a2..b95ffe679 100644 --- a/plugins/python/README.md +++ b/plugins/python/README.md @@ -11,6 +11,7 @@ plugins=(... python) | Command | Description | |------------------|---------------------------------------------------------------------------------| +| `py` | Runs `python` | | `ipython` | Runs the appropriate `ipython` version according to the activated virtualenv | | `pyfind` | Finds .py files recursively in the current directory | | `pyclean [dirs]` | Deletes byte-code and cache files from a list of directories or the current one | |