summaryrefslogtreecommitdiff
path: root/plugins/pipenv
AgeCommit message (Collapse)Author
2023-09-06feat(pipenv): add option to disable auto shell featureCarlo Sala
Closes #11472
2023-04-16feat(pipenv): add pupd alias (#11616)Eddie Romanov
2023-01-03feat(pipenv): standarize completion generation (#11424)Alastair Rankine
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> Closes #11423
2020-08-01pipenv: toggle pipenv shell on startupMarc Cornellà
Fixes #9136
2020-05-21pipenv: fix error when Pipfile is not a file (#8931)R Max Espinoza
2019-11-19Use safer append to hook function arrays (#8406)Jacob Tomaw
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
2019-05-08Add plugin for pipenv (#6698)Alan
- Add completion for pipenv - Auto activate and deactivate for pipenv shell - Add aliases for the most common pipenv commands