summaryrefslogtreecommitdiffstats
path: root/fish/functions/fish_ssh_agent.fish
diff options
context:
space:
mode:
Diffstat (limited to 'fish/functions/fish_ssh_agent.fish')
-rw-r--r--fish/functions/fish_ssh_agent.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/fish_ssh_agent.fish b/fish/functions/fish_ssh_agent.fish
new file mode 100644
index 0000000..bffd287
--- /dev/null
+++ b/fish/functions/fish_ssh_agent.fish
@@ -0,0 +1,4 @@
+function fish_ssh_agent --wraps='eval (ssh-agent -c)' --description 'alias fish_ssh_agent eval (ssh-agent -c)'
+ eval (ssh-agent -c) $argv
+
+end