1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

8 commits

Author SHA1 Message Date
Marc Cornellà efafef8495
docs: improve several plugin READMEs and add one for ssh plugin 2024-08-09 09:44:46 +02:00
Carlo Sala 079dbff2c4
feat(pipenv): add option to disable auto shell feature
Closes #11472
2023-09-06 19:01:41 +02:00
Eddie Romanov bd5ebba834
feat(pipenv): add pupd alias (#11616) 2023-04-16 09:49:04 +02:00
Alastair Rankine 00c37b6991
feat(pipenv): standarize completion generation (#11424)
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>

Closes #11423
2023-01-03 09:44:53 +01:00
Marc Cornellà 4ab273e19a
pipenv: toggle pipenv shell on startup
Fixes #9136
2020-08-01 15:26:02 +02:00
R Max Espinoza 9050ed34d1
pipenv: fix error when Pipfile is not a file (#8931) 2020-05-21 17:56:13 +02:00
Jacob Tomaw 1ba0af650a Use safer append to hook function arrays (#8406)
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-11-19 18:47:12 +01:00
Alan 4cadbcd235 Add plugin for pipenv (#6698)
- Add completion for pipenv
- Auto activate and deactivate for pipenv shell
- Add aliases for the most common pipenv commands
2019-05-08 09:48:28 +02:00