<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/plugins/pipenv, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/plugins/pipenv?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/plugins/pipenv?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2024-11-19T20:05:34Z</updated>
<entry>
<title>fix(pipenv): fix auto-shell functionality when cd-ing out (#12813)</title>
<updated>2024-11-19T20:05:34Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc@mcornella.com</email>
</author>
<published>2024-11-19T20:05:34Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=2e8d2d74014f366461d36712840ea59e8f734df3'/>
<id>urn:sha1:2e8d2d74014f366461d36712840ea59e8f734df3</id>
<content type='text'>
Co-authored-by: Jean-Tiare Le Bigot &lt;jt@yadutaf.fr&gt;
</content>
</entry>
<entry>
<title>docs: improve several plugin READMEs and add one for `ssh` plugin</title>
<updated>2024-08-09T07:44:46Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc@mcornella.com</email>
</author>
<published>2024-08-09T07:44:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=efafef8495f030501e0df59ccb76a598bbce3ae1'/>
<id>urn:sha1:efafef8495f030501e0df59ccb76a598bbce3ae1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pipenv): add option to disable auto shell feature</title>
<updated>2023-09-06T17:01:41Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2023-09-06T17:01:41Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=079dbff2c4f22935a71101c511e2285327d8ab68'/>
<id>urn:sha1:079dbff2c4f22935a71101c511e2285327d8ab68</id>
<content type='text'>
Closes #11472
</content>
</entry>
<entry>
<title>feat(pipenv): add pupd alias (#11616)</title>
<updated>2023-04-16T07:49:04Z</updated>
<author>
<name>Eddie Romanov</name>
<email>81505200+SnoopDraugg@users.noreply.github.com</email>
</author>
<published>2023-04-16T07:49:04Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=bd5ebba834c53e730671d9d24d93eb98b812a579'/>
<id>urn:sha1:bd5ebba834c53e730671d9d24d93eb98b812a579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(pipenv): standarize completion generation (#11424)</title>
<updated>2023-01-03T08:44:53Z</updated>
<author>
<name>Alastair Rankine</name>
<email>alastair@girtby.net</email>
</author>
<published>2023-01-03T08:44:53Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=00c37b6991895aac0398a24d7d8b78cda63dec05'/>
<id>urn:sha1:00c37b6991895aac0398a24d7d8b78cda63dec05</id>
<content type='text'>
Co-authored-by: Carlo Sala &lt;carlosalag@protonmail.com&gt;

Closes #11423 </content>
</entry>
<entry>
<title>pipenv: toggle pipenv shell on startup</title>
<updated>2020-08-01T13:26:02Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2020-08-01T13:26:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4ab273e19ad1768163e662831b3418a2fc9b6eee'/>
<id>urn:sha1:4ab273e19ad1768163e662831b3418a2fc9b6eee</id>
<content type='text'>
Fixes #9136</content>
</entry>
<entry>
<title>pipenv: fix error when Pipfile is not a file (#8931)</title>
<updated>2020-05-21T15:56:13Z</updated>
<author>
<name>R Max Espinoza</name>
<email>me@rmax.io</email>
</author>
<published>2020-05-21T15:56:13Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=9050ed34d1f58e09012ed88db8bed1a0d7e74fb1'/>
<id>urn:sha1:9050ed34d1f58e09012ed88db8bed1a0d7e74fb1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use safer append to hook function arrays (#8406)</title>
<updated>2019-11-19T17:47:12Z</updated>
<author>
<name>Jacob Tomaw</name>
<email>jacob.tomaw@gmail.com</email>
</author>
<published>2019-11-19T17:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1ba0af650ac575a7d35b10146d2e7a7b3b2e2ae6'/>
<id>urn:sha1:1ba0af650ac575a7d35b10146d2e7a7b3b2e2ae6</id>
<content type='text'>
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à &lt;marc.cornella@live.com&gt;</content>
</entry>
<entry>
<title>Add plugin for pipenv (#6698)</title>
<updated>2019-05-08T07:48:28Z</updated>
<author>
<name>Alan</name>
<email>alan@gangleri.net</email>
</author>
<published>2019-05-08T07:48:28Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=4cadbcd23503e3aa1f29008b6748c82bd308dce6'/>
<id>urn:sha1:4cadbcd23503e3aa1f29008b6748c82bd308dce6</id>
<content type='text'>
- Add completion for pipenv
- Auto activate and deactivate for pipenv shell
- Add aliases for the most common pipenv commands
</content>
</entry>
</feed>
