Add function ssh-agent startup

This commit is contained in:
mitchell 2020-10-31 18:24:57 -04:00
parent 015eafa945
commit 30781146ad
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function ssh_agent_startup -d 'Start ssh agent and set env vars'
eval (ssh-agent -c) >/dev/null 2>&1
end