mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Get env in profile.
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user