mirror of https://github.com/mitchell/dotfiles.git
Add function ssh-agent startup
This commit is contained in:
parent
015eafa945
commit
30781146ad
|
@ -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
|
Loading…
Reference in New Issue