configuration/config/fish/functions/agent.fish
2017-02-13 18:10:03 +01:00

5 lines
90 B
Fish

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