This commit is contained in:
Loic Nageleisen 2023-04-20 15:28:37 +02:00
parent cab8bbd2d5
commit f94e81c86f
Signed by: lloeki
GPG key ID: D05DAEE6889F94C2

View file

@ -15,7 +15,7 @@ fi
# autoload keys if there's an agent
if [[ -n "${SSH_AUTH_SOCK}" ]]; then
if ! ssh-add -l > /dev/null; then
case "${OSTYPE}"; in
case "${OSTYPE}" in
linux*)
# TODO: unsure yet
: