summaryrefslogtreecommitdiff
path: root/plugins/virtualenv
AgeCommit message (Collapse)Author
2021-03-28fix(virtualenv): allow empty prefix/suffix in prompt function (#9763)Marc Cornellà
Fixes #9763
2018-10-12virtualenv: add README (#7273)Sagar Patil
2013-10-15Make the virtualenv plugin themableRiyad Preukschas
2013-06-08virtualenv 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-11Add very basic virtualenv pluginJustin Caratzas
checks for $VIRTUAL_ENV and provides to basename in a function for the prompt.