mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
python plugin: add new aliases into readme
This commit is contained in:
parent
b21310f961
commit
9616b22e34
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ plugins=(... python)
|
|||
| `pygrep <text>` | Looks for `text` in `*.py` files in the current directory, recursively |
|
||||
| `pyuserpaths` | Add user site-packages folders to `PYTHONPATH`, for Python 2 and 3 |
|
||||
| `pyserver` | Starts an HTTP server on the current directory (use `--directory` for a different one) |
|
||||
| `act` | Activate the local environment |
|
||||
| `runpy` | Run `main.py` |
|
||||
|
||||
## Virtual environments
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue