mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-10-10 12:21:01 +00:00
Move ssh_agent_is_started to its own function. Close #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function __ssh_agent_start
|
||||
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
|
||||
|
Reference in New Issue
Block a user