diff options
author | mail_redacted_for_web | 2022-03-21 09:26:27 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-21 09:26:27 +0100 |
commit | 8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa (patch) | |
tree | 4fcca12d5e7d9a3e287aa2fc3e16fd4ad11e6234 /.bash | |
parent | 0fd439814ab5c0d6d3812b838f8f0db945f331bd (diff) | |
download | dotfiles-8c0145b053c6fd7cc2290dd3b8c2e5c86da7eafa.tar.bz2 |
Adding postexec for "last-mile tasks"
Diffstat (limited to '.bash')
-rw-r--r-- | .bash/postexec.bash | 4 |
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 |