Add a file for Python-related things.

This commit is contained in:
Steve Losh 2010-02-02 09:26:02 -05:00
commit 7bde96c7b2

3
lib/python.zsh Normal file
View file

@ -0,0 +1,3 @@
function wo() {
[ -f './.venv' ] && workon `cat ./.venv`
}