Some fish shell configuration changes
This commit is contained in:
5
terminal/fish/functions/ssh_agent_start.fish
Normal file
5
terminal/fish/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