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

@@ -0,0 +1,9 @@
function fish-ssh-agent --description "Start ssh-agent if not started yet, or uses already started ssh-agent."
if test -z "$SSH_ENV"
set -xg SSH_ENV $HOME/.ssh/environment
end
if not __ssh_agent_is_started
__ssh_agent_start
end
end