From 7ac471bb777754902c2ad268b735256a2d0f8c1d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 20 Jun 2016 00:36:12 -0700 Subject: [PATCH] Add source of .customenv to .zshenv --- dotfiles/zshenv | 1 + 1 file changed, 1 insertion(+) 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