mirror of https://github.com/ohmyzsh/ohmyzsh.git
Added the plugin description in README.md
This commit is contained in:
parent
2372c8dfee
commit
f965e9a58b
|
@ -0,0 +1,9 @@
|
|||
# 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)
|
||||
```
|
||||
|
Loading…
Reference in New Issue