zsh/zshenv
2020-02-24 09:19:10 +00:00

8 lines
135 B
Bash
Executable file

export ZDOTDIR="${$(readlink $HOME/.zshenv):h:a}"
exists() { command -v "$@" >/dev/null }
for i in $ZDOTDIR/env/*.zsh; do
. $i
done