Add a wovenv to match mkvenv
This commit is contained in:
@@ -28,3 +28,10 @@ function wovbranch {
|
|||||||
|
|
||||||
workon "$(basename `pwd`)@$(git_prompt_info)"
|
workon "$(basename `pwd`)@$(git_prompt_info)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function wovenv {
|
||||||
|
about 'works on the virtualenv for this directory'
|
||||||
|
group 'virtualenv'
|
||||||
|
|
||||||
|
workon "$(basename `pwd`)"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user