Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-28 | fix(virtualenv): allow empty prefix/suffix in prompt function (#9763) | Marc Cornellà | |
Fixes #9763 | |||
2018-10-12 | virtualenv: add README (#7273) | Sagar Patil | |
2013-10-15 | Make the virtualenv plugin themable | Riyad Preukschas | |
2013-06-08 | virtualenv cleanup: replaces subshell with prompt expansion. | Andrew Grangaard | |
* :t parameter expansion returns the last portion of the path, equivalent to basename. I <3 zsh. * adds comments for the VIRTUAL_ENV_DISABLE_PROMPT, used by virtual_env activate See also: http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion | |||
2012-07-11 | Add very basic virtualenv plugin | Justin Caratzas | |
checks for $VIRTUAL_ENV and provides to basename in a function for the prompt. |