adding gpg agent
This commit is contained in:
parent
7caf973063
commit
a79968e9af
2 changed files with 9 additions and 0 deletions
8
.bashrc
8
.bashrc
|
@ -78,3 +78,11 @@ fi
|
|||
|
||||
# Misc utilities
|
||||
fliptable() { echo "(╯°□°)╯ ┻━┻"; }
|
||||
|
||||
# GPG Agent
|
||||
if [ -f "${HOME}/.gpg-agent-info" ]; then
|
||||
. "${HOME}/.gpg-agent-info"
|
||||
export GPG_AGENT_INFO
|
||||
export SSH_AUTH_SOCK
|
||||
fi
|
||||
export GPG_TTY=$(tty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue