mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
9 lines
266 B
Markdown
9 lines
266 B
Markdown
# pypi plugin
|
|
|
|
A plugin which contains quick memorable aliases for the commands available while uploading own packages in [pypi](https://pypi.org/)
|
|
|
|
To access this plugin, add the parameter `pypi` to the plugins array of your zshrc file:
|
|
```
|
|
plugins=(... pypi)
|
|
```
|
|
|