Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |