plugins/pipenv/README.md
This plugin provides some features to simplify the use of Pipenv while working on ZSH.
In your .zshrc file, add pipenv to the plugins section
plugins=(... pipenv ...)
pch is aliased to pipenv checkpcl is aliased to pipenv cleanpgr is aliased to pipenv graphpi is aliased to pipenv installpidev is aliased to pipenv install --devpl is aliased to pipenv lockpo is aliased to pipenv openprun is aliased to pipenv runpsh is aliased to pipenv shellpsy is aliased to pipenv syncpu is aliased to pipenv uninstallpupd is aliased to pipenv updatepwh is aliased to pipenv --wherepvenv is aliased to pipenv --venvppy is aliased to pipenv --pyIf you want to disable the shell activation and deactivation feature, add the following style to your .zshrc before sourcing oh-my-zsh.sh:
zstyle ':omz:plugins:pipenv' auto-shell no