X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/blobdiff_plain/8eb81f95a10b12c52faa4fcdeb1e4941f02e3050..1e14973bb185d5275cd9ce3750ffd7ad9c80ad6c:/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