X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8eb81f95a10b12c52faa4fcdeb1e4941f02e3050..cf5043a683114122ba1b5ff761d6519d634602ba:/base/.zshenv diff --git a/base/.zshenv b/base/.zshenv index 2ed1fc8..50281d2 100644 --- a/base/.zshenv +++ b/base/.zshenv @@ -1,4 +1,3 @@ -### load site-specific -if [[ -f ~/.zshenv.local ]] { source ~/.zshenv.local } - -# vim: set et sts=4 sw=4 ts=8 tw=79 : +# wrapper around ZDOTDIR zshenv +export ZDOTDIR=${XDG_CONFIG_HOME:-~/.config}/zsh +source $ZDOTDIR/.zshenv