configuration/config/fish/functions/agent.fish

5 lines
90 B
Fish

function agent --description 'Runs ssh-agent'
eval (ssh-agent -c)
and ssh-add
end