ohmyzsh/plugins/pypi/README.md

10 lines
266 B
Markdown
Raw Normal View History

# 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)
```