git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/.bash/postexec.bash
diff options
context:
space:
mode:
Diffstat (limited to '.bash/postexec.bash')
-rw-r--r--.bash/postexec.bash4
1 files changed, 4 insertions, 0 deletions
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