5 lines
90 B
Fish
5 lines
90 B
Fish
function agent --description 'Runs ssh-agent'
|
|
eval (ssh-agent -c)
|
|
and ssh-add
|
|
end
|