mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-11-05 05:41:16 +08:00
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