configuration/config/fish/functions/agent.fish

5 lines
90 B
Fish
Raw Normal View History

2017-02-13 18:10:03 +01:00
function agent --description 'Runs ssh-agent'
eval (ssh-agent -c)
and ssh-add
end