summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-04-03 18:07:26 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2021-04-03 18:08:46 +0100
commit1b5b8c051fc4d935679a6342b734c02dc46accb2 (patch)
tree108b1c5d9e0e8f614d7d3ff749c8de93d3aad510 /zsh/rc
parent78240570f1e31bc1607fbe81b71fbce5149ea119 (diff)
zsh: Use $(dotfiles_root) in PYTHONSTARTUP
Diffstat (limited to 'zsh/rc')
-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