diff options
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 |