mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	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
- pchis aliased to- pipenv check
- pclis aliased to- pipenv clean
- pgris aliased to- pipenv graph
- piis aliased to- pipenv install
- pidevis aliased to- pipenv install --dev
- plis aliased to- pipenv lock
- pois aliased to- pipenv open
- prunis aliased to- pipenv run
- pshis aliased to- pipenv shell
- psyis aliased to- pipenv sync
- puis aliased to- pipenv uninstall
- pwhis aliased to- pipenv --where
- pvenvis aliased to- pipenv --venv
- ppyis aliased to- pipenv --py