mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-14 13:21:00 +01:00
10 lines
266 B
Markdown
10 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)
|
|
```
|
|
|