From 2f1a02a1ec3aa2a075f9cbf9db42963aae8f68bc Mon Sep 17 00:00:00 2001 From: Jor Sanders Date: Mon, 17 Nov 2025 09:56:38 +0100 Subject: [PATCH] feat: keychain osx --- profile/keychain-osx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 profile/keychain-osx diff --git a/profile/keychain-osx b/profile/keychain-osx new file mode 100755 index 0000000..38dfc27 --- /dev/null +++ b/profile/keychain-osx @@ -0,0 +1,7 @@ +#!/bin/bash + +if [[ "$(uname)" != "Darwin" ]]; then + return +fi + +ssh-add -l &> /dev/null || ssh-add "$HOME"/.ssh/*.key