add PYTHONSTARTUP

This commit is contained in:
Sami Samhuri 2011-04-14 10:37:15 -07:00
parent fa83190a8f
commit b63a576eca

View file

@ -35,6 +35,10 @@ else
fi
fi
if [[ -r "$HOME/.pythonrc" ]]; then
export PYTHONSTARTUP="$HOME/.pythonrc"
fi
# default editors
if mac; then
# wtf, you must be kidding, doesn't even work in many cases. really fucking lame!