Add a wovenv to match mkvenv

This commit is contained in:
Travis Swicegood
2012-11-16 11:00:46 -06:00
parent afe700fc0c
commit 2813930e04

View File

@@ -28,3 +28,10 @@ function wovbranch {
workon "$(basename `pwd`)@$(git_prompt_info)"
}
function wovenv {
about 'works on the virtualenv for this directory'
group 'virtualenv'
workon "$(basename `pwd`)"
}