zsh/zshenv
crater2150 d0598c2838 Major cleanup and restructuring
- remove custom module loader, use zplug for own plugins
- move config parts from modules to files
- move other module parts to separate zsh plugins
2019-07-10 15:36:41 +02:00

7 lines
95 B
Bash
Executable file

export ZDOTDIR="${$(readlink $HOME/.zshenv):h:a}"
for i in $ZDOTDIR/env/*.zsh; do
. $i
done