git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 09:26:27 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 09:26:27 +0100
commit8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa (patch)
tree4fcca12d5e7d9a3e287aa2fc3e16fd4ad11e6234
parent0fd439814ab5c0d6d3812b838f8f0db945f331bd (diff)
downloaddotfiles-8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa.tar.bz2
Adding postexec for "last-mile tasks"
-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