bashrc/termux: Avoid name collisions across platforms

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-02-20 21:21:32 +08:00
parent 265ad25cae
commit 34aec9f7f7
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ 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." && eval $(ssh-agent -s)
fi
# Run this with add-ssh-keys instead