From 1e2c131cc8e0933889a73bcc10584caf904240be Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 19 Mar 2016 23:10:07 -0700 Subject: [PATCH] Get env in profile. --- dotfiles/profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/profile b/dotfiles/profile index c562990..70db6ab 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -1,3 +1,6 @@ +# Always load ENV +test -f "$HOME/.env" && . "$HOME/.env" + # Setup GPG Agent if ! gpg-connect-agent --quiet /bye > /dev/null 2> /dev/null; then GPG_AGENT_INFO_PATH=$HOME/.gnupg/gpg-agent-info-`hostname`