diff options
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
