mirror of
https://github.com/danhper/fish-ssh-agent.git
synced 2025-09-28 06:35:27 +00:00
Initial commit.
This commit is contained in:
5
functions/__ssh_agent_start.fish
Normal file
5
functions/__ssh_agent_start.fish
Normal 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
|
Reference in New Issue
Block a user