From b63a576ecafd31f53e5a6e963f2a21a22adc2941 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 14 Apr 2011 10:37:15 -0700 Subject: [PATCH] add PYTHONSTARTUP --- zsh/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index c4ac62c..52203f0 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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!