Initial commit.

This commit is contained in:
Daniel Perez
2015-11-04 21:34:14 +09:00
commit 5aa699d465
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function __ssh_agent_start
ssh-agent -c | sed 's/^echo/#echo/' > $SSH_ENV
chmod 600 $SSH_ENV
source $SSH_ENV > /dev/null
end