Add the cdv alias to cd to the virtualenvs directory.

This commit is contained in:
Steve Losh 2010-02-27 16:55:53 -05:00
commit ce4dc6fac2

View file

@ -1,3 +1,5 @@
function wo() {
[ -f './.venv' ] && workon `cat ./.venv`
}
alias cdv='cd $WORKON_HOME'