You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.2 KiB
1.2 KiB
Pipenv
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 ...)
Features
- Adds completion for pipenv
- Auto activates and deactivates pipenv shell
- Adds short aliases for common pipenv commands
pchis aliased topipenv checkpclis aliased topipenv cleanpgris aliased topipenv graphpiis aliased topipenv installpidevis aliased topipenv install --devplis aliased topipenv lockpois aliased topipenv openprunis aliased topipenv runpshis aliased topipenv shellpsyis aliased topipenv syncpuis aliased topipenv uninstallpupdis aliased topipenv updatepwhis aliased topipenv --wherepvenvis aliased topipenv --venvppyis aliased topipenv --py
Configuration
Shell activation
If 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