Skip to content

Commit

Permalink
Add a wovenv to match mkvenv
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Nov 16, 2012
1 parent afe700f commit 2813930
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/available/virtualenv.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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`)"
}

0 comments on commit 2813930

Please sign in to comment.