#!/usr/bin/env bash if [[ -n "$PS1" ]]; then if command -v keychain &> /dev/null; then eval "$(keychain --eval --agents ssh id_rsa id_ed25519)" fi fi