commit | 2813930e0438261a2e3fc13d9b4f93ce421f4b71 | [log] [tgz] |
---|---|---|
author | Travis Swicegood <development@domain51.com> | 周五 11月 16 11:00:46 2012 -0600 |
committer | Travis Swicegood <development@domain51.com> | 周五 11月 16 11:00:46 2012 -0600 |
tree | 8f7d5ac3a26c15e41f385466018eb5d2f516c4c5 | |
parent | afe700fc0c3dee052db04645ccf62fadcc2ccc40 [diff] |
Add a wovenv to match mkvenv
diff --git a/plugins/available/virtualenv.plugin.bash b/plugins/available/virtualenv.plugin.bash index c2c2f91..9357839 100644 --- a/plugins/available/virtualenv.plugin.bash +++ b/plugins/available/virtualenv.plugin.bash
@@ -28,3 +28,10 @@ workon "$(basename `pwd`)@$(git_prompt_info)" } + +function wovenv { + about 'works on the virtualenv for this directory' + group 'virtualenv' + + workon "$(basename `pwd`)" +}