Add support for local profile.

This commit is contained in:
David Tomaschik
2016-02-22 13:33:55 -08:00
parent a43c80639d
commit 0259497329

View File

@@ -11,3 +11,5 @@ fi
unset GPG_AGENT_INFO_PATH unset GPG_AGENT_INFO_PATH
export GPG_TTY=`tty` export GPG_TTY=`tty`
# End GPG # End GPG
test -f "${HOME}/.profile.local" && . "${HOME}/.profile.local"