feat(zsh): added zsh config
This commit is contained in:
7
dot_config/zsh/dot_zshenv
Normal file
7
dot_config/zsh/dot_zshenv
Normal file
@@ -0,0 +1,7 @@
|
||||
if [ -z ${ENV} ]; then
|
||||
export ENV="${HOME}/.env.d";
|
||||
fi
|
||||
|
||||
for config in "${ENV}"/*.enabled(N); do
|
||||
source "$config"
|
||||
done
|
||||
Reference in New Issue
Block a user