Pipenv
Installation
In your .zshrc
file, add pipenv
to the plugins section
plugins=(... pipenv ...)
Features
This plugin provides some features to simplify the use of Pipenv while working on ZSH.
- Adds completion for pipenv
- Auto activates and deactivates pipenv shell
- Adds short aliases for common pipenv commands
-
pch
is aliased topipenv check
-
pcl
is aliased topipenv clean
-
pgr
is aliased topipenv graph
-
pi
is aliased topipenv install
-
pidev
is aliased topipenv install --dev
-
pl
is aliased topipenv lock
-
po
is aliased topipenv open
-
prun
is aliased topipenv run
-
psh
is aliased topipenv shell
-
psy
is aliased topipenv sync
-
pu
is aliased topipenv uninstall
-
pwh
is aliased topipenv --where
-
pvenv
is aliased topipenv --venv
-
ppy
is aliased topipenv --py
-