termux: updated bashrc

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-02-25 23:31:29 +08:00
parent 3fc0fa1baa
commit e679a70003
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ if [ -f "${HOME}/.gpg-agent-info" ]; then
export SSH_AUTH_SOCK
export SSH_AGENT_PID
else
echo "Howdy, user ID ${EUID}. Shenanigans beget shenanigans." && eval $(ssh-agent -s)
echo "Howdy, user ID ${EUID}. Shenanigans beget shenanigans."
# not needed this because we have .ssh/config
#eval $(ssh-agent -s)
fi
# Run this with add-ssh-keys instead