Fix so this works with the all themes (oops)
This commit is contained in:
@@ -19,14 +19,14 @@ function mkvbranch {
|
|||||||
about 'create a new virtualenv for the current branch'
|
about 'create a new virtualenv for the current branch'
|
||||||
group 'virtualenv'
|
group 'virtualenv'
|
||||||
|
|
||||||
mkvirtualenv --distribute "$(basename `pwd`)@$(git_prompt_info)"
|
mkvirtualenv --distribute "$(basename `pwd`)@$SCM_BRANCH"
|
||||||
}
|
}
|
||||||
|
|
||||||
function wovbranch {
|
function wovbranch {
|
||||||
about 'sets workon branch'
|
about 'sets workon branch'
|
||||||
group 'virtualenv'
|
group 'virtualenv'
|
||||||
|
|
||||||
workon "$(basename `pwd`)@$(git_prompt_info)"
|
workon "$(basename `pwd`)@$SCM_BRANCH"
|
||||||
}
|
}
|
||||||
|
|
||||||
function wovenv {
|
function wovenv {
|
||||||
|
|||||||
Reference in New Issue
Block a user