[profile] set SSH_AUTH_SOCK

This commit is contained in:
odrling 2023-11-11 12:24:48 +01:00
parent 6581bc5ff7
commit ed1a236668
No known key found for this signature in database
GPG key ID: A0145F975F9F8B75

View file

@ -38,6 +38,8 @@ if test -z "${XDG_RUNTIME_DIR}"; then
fi
fi
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.default"
export DWL_STATUS_PIPE="$XDG_RUNTIME_DIR/dwl_status"
ulimit -c unlimited