## Just source this file in your .$SHELLrc
# Import SSH-Keys from KeePass KeeAgent
# Enable msysgit socken in KeeAgent!
if [[ -z $SSH_AUTH_SOCK ]]; then
        export SSH_AUTH_SOCK="/tmp/.ssh-auth-sock"
fi


if [[ ! -f /tmp/msysgit2unix-socket.pid ]]; then
        ~/bin/msysgit2unix-socket.py /mnt/c/Users/$USER/keeagent.sock:$SSH_AUTH_SOCK
fi

# Export Display (XServer is MobaXterm)
if [[ -z $DISPLAY ]]; then
        export DISPLAY=localhost:0.0
fi