summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index 00efb2c..6770e19 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -49,7 +49,7 @@ bindkey '^R' history-incremental-search-backward
export EDITOR=vim
export LESSHISTFILE=${XDG_CACHE_HOME}/less_history
-export PYTHONSTARTUP=${XDG_CONFIG_HOME}/python/rc
+export PYTHONSTARTUP=$(dotfiles_root)/python/rc
export VISUAL=${EDITOR}
setopt AUTO_CD