From 1b5b8c051fc4d935679a6342b734c02dc46accb2 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 3 Apr 2021 18:07:26 +0100 Subject: zsh: Use $(dotfiles_root) in PYTHONSTARTUP --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh') 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 -- cgit v1.2.3-70-g09d2