Fish functions for pipenv and fabric
All functions will try to find pipenv in the current folder or among it's ancestors.
Install fisher first.
fisher install janezj/fabfile-fishFish function f() is shortcut for fab in pipenv environment
Instead of:
pipenv shell
fab -lInvoke f
f -lFish function p is shortcut for ipython in pipenv
Instead of:
pipenv shell
ipythonTry shortcut:
pShortcut for pipenv shell