Get env in profile.

This commit is contained in:
David Tomaschik
2016-03-19 23:10:07 -07:00
parent 80795ffb33
commit 1e2c131cc8

View File

@@ -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`