ohmyzsh/lib/python.zsh

5 lines
92 B
Bash

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