From 8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 09:26:27 +0100 Subject: Adding postexec for "last-mile tasks" --- .bash/postexec.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .bash/postexec.bash diff --git a/.bash/postexec.bash b/.bash/postexec.bash new file mode 100644 index 0000000..b2f257e --- /dev/null +++ b/.bash/postexec.bash @@ -0,0 +1,4 @@ +declare -x SSH_AUTH_SOCK SSH_AGENT_PID +if [ -n "$SSHENVFILE" ] && [ -r "$SSHENVFILE" ];then + source "$SSHENVFILE" +fi -- cgit v1.2.3