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'
|
||||
group 'virtualenv'
|
||||
|
||||
mkvirtualenv --distribute "$(basename `pwd`)@$(git_prompt_info)"
|
||||
mkvirtualenv --distribute "$(basename `pwd`)@$SCM_BRANCH"
|
||||
}
|
||||
|
||||
function wovbranch {
|
||||
about 'sets workon branch'
|
||||
group 'virtualenv'
|
||||
|
||||
workon "$(basename `pwd`)@$(git_prompt_info)"
|
||||
workon "$(basename `pwd`)@$SCM_BRANCH"
|
||||
}
|
||||
|
||||
function wovenv {
|
||||
|
||||
Reference in New Issue
Block a user