From f94e81c86ff61c33b8e36a9101231f68f168dafa Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Thu, 20 Apr 2023 15:28:37 +0200 Subject: [PATCH] Fix ssh --- shell/ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/ssh b/shell/ssh index 3da6bb6..5a9af10 100755 --- a/shell/ssh +++ b/shell/ssh @@ -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 :