]> git.sev.monster Git - dotfiles.git/blobdiff - base/.zshenv
install.sh: suppress bad link errors
[dotfiles.git] / base / .zshenv
index 2ed1fc88703b8753892e607a705426ad600b05d8..50281d28b360efd7ff789101150d7262db59a646 100644 (file)
@@ -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
This page took 0.04187 seconds and 4 git commands to generate.