diff --git a/dotfiles/zshenv b/dotfiles/zshenv index d7accd59..9ef526b9 100644 --- a/dotfiles/zshenv +++ b/dotfiles/zshenv @@ -9,3 +9,4 @@ function init_profile { setopt xtrace prompt_subst } source ~/.lib/shellenv.sh +test -r ~/.customenv.sh && source ~/.customenv.sh \ No newline at end of file