mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
Added the plugin description in README.md
This commit is contained in:
parent
2372c8dfee
commit
f965e9a58b
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue