zsh/zshenv

8 lines
109 B
Bash
Executable file

exists() { command -v "$@" >/dev/null }
function(){
local i
for i in $ZDOTDIR/env/*.zsh; do
. $i
done
}