Skip to content

owenstranathan/pipenv.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ZSH pipenv plugin

basically just translated pipenv.fish into valid bash.

It automatically activates a pipenv when entering a directory if there is Pipfile in that directory

It also turns on pipenv tab completion

Install

to install just clone this project into your $ZSH_CUSTOM/plugins directory

git clone https://github.com/owenstranathan/pipenv.zsh.git $ZSH_CUSTOM/plugins/pipenv

and then add this plugin to your plugins array in ~/.zshrc

plugins+=(pipenv)

FYI

if you don't want zsh to shadow the virtualenv flair on your prompt you'll need to use this plugin with the virtualenv plugin aswell

About

a zsh plugin for pipenv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages