dotfiles/shell/keychain.sh
Felix Buehler 52bfbe6d9d
Some checks are pending
Build / Lint Code Base (push) Waiting to run
CI / build (push) Waiting to run
shell/keychain: remove deprecated 'agent-parameter
2025-11-26 21:30:11 +01:00

7 lines
179 B
Bash
Executable file

#!/usr/bin/env bash
# Assert an ssh-agent (which is empty at the beginning)
if command -v keychain > /dev/null 2>&1; then
eval "$(keychain -q --nogui --timeout 600 --eval)"
fi