From 419a594548b9619e0fb413847b444099f1bec79a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Mar 2017 16:07:46 -0800 Subject: [PATCH] [Shell] Source .this-machine-env.sh --- dotfiles/zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshenv b/dotfiles/zshenv index a0825785..81189f23 100644 --- a/dotfiles/zshenv +++ b/dotfiles/zshenv @@ -1,2 +1,3 @@ source ~/.lib/shellenv.sh test -r ~/.customenv.sh && source ~/.customenv.sh +source_if_exists ~/.this-machine-env.sh