1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-14 05:10:59 +01:00

Added the plugin description in README.md

This commit is contained in:
Moulishankar10
2021-06-26 16:13:46 +05:30
parent 2372c8dfee
commit f965e9a58b

View File

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