Add source of .customenv to .zshenv

This commit is contained in:
Ivan Malison 2016-06-20 00:36:12 -07:00
parent 0a1867b67e
commit 7ac471bb77

View File

@ -9,3 +9,4 @@ function init_profile {
setopt xtrace prompt_subst
}
source ~/.lib/shellenv.sh
test -r ~/.customenv.sh && source ~/.customenv.sh