diff --git a/zsh/.zshenv b/zsh/.zshenv index 0d17869..0b9b5e9 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -4,7 +4,7 @@ # ZDOTDIR is overriden and .zshrc is not in ~ if [ -z "$ZDOTDIR" ]; then set -o allexport - . ~/.config/environment.d/*.conf + for f in "$HOME"/.config/environment.d/*.conf; do . "$f"; done set +o allexport fi