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 :