Files
dotfiles/dot_config/zsh/dot_zshenv
2025-11-02 10:01:00 +01:00

8 lines
122 B
Plaintext

if [ -z ${ENV} ]; then
export ENV="${HOME}/.env.d";
fi
for config in "${ENV}"/*.enabled(N); do
source "$config"
done