From f9724a16a5d601c1c3886d94ec45ae103babedcb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 16 Aug 2015 00:09:01 -0700 Subject: [PATCH] source_if_exists ~/.this-machine.sh --- dotfiles/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 56bfedfc..fa4d4b97 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -3,3 +3,4 @@ source ~/.lib/shellrc.sh source ~/.lib/zsh.sh test -r ~/.custom.sh && source ~/.custom.sh +source_if_exists ~/.this-machine.sh