From 7a62d3213cf9fc7ebbc43a07e3d1b01cb67e2d54 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 7 Sep 2025 18:13:44 +0200 Subject: fish: Add function for ssh_agent --- fish/functions/fish_ssh_agent.fish | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fish/functions/fish_ssh_agent.fish 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 -- cgit v1.2.3