From fee569e159e8f5bf482920b38cbb294df36b70d1 Mon Sep 17 00:00:00 2001 From: Locojay Date: Mon, 23 May 2011 22:48:48 -0400 Subject: [PATCH] adding IPYTHONDIR --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index b633ce742..36086500a 100644 --- a/zshrc +++ b/zshrc @@ -28,6 +28,7 @@ source $ZSH/oh-my-zsh.sh # Customize to your needs... export PATH=$HOME/.bin:$PATH export PATH=$HOME/bin:$PATH +export IPYTHONDIR=$HOME/.ipython source ~/.profile #source /usr/local/Cellar/autojump/15/etc/autojump.zsh #if [[ -z "$TMUX" ]]; then