#!/usr/bin/env zsh function start-ssh-agent() { eval "$(ssh-agent -s)" ssh-add ~/.ssh/github ssh-add ~/.ssh/id_ed25519 }