From 0259497329c724f941dbba3acff403fe201b086a Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 22 Feb 2016 13:33:55 -0800 Subject: [PATCH] Add support for local profile. --- dotfiles/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index d533854..706812e 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -11,3 +11,5 @@ fi unset GPG_AGENT_INFO_PATH export GPG_TTY=`tty` # End GPG + +test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"