Restructurize and update readme.

This commit is contained in:
kyb
2018-08-01 23:21:37 +03:00
parent 3a732304b7
commit 4111c40286
6 changed files with 40 additions and 34 deletions

View File

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