[Fish] Ajoute fisher et fish-ssh-agent + remove useless functions
This commit is contained in:
5
.config/fish/functions/__ssh_agent_start.fish
Normal file
5
.config/fish/functions/__ssh_agent_start.fish
Normal file
@@ -0,0 +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
|
||||
end
|
Reference in New Issue
Block a user