mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 20:55:34 +00:00
Add function ssh-agent startup
This commit is contained in:
parent
015eafa945
commit
30781146ad
3
.config/fish/functions/ssh_agent_startup.fish
Normal file
3
.config/fish/functions/ssh_agent_startup.fish
Normal 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
|
Loading…
Reference in a new issue