From 16a7b26fd53731370708e30fc8fd81b5fc331e57 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 15 Aug 2022 18:31:22 +0200 Subject: Initial commit --- functions/sa.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/sa.fish (limited to 'functions/sa.fish') diff --git a/functions/sa.fish b/functions/sa.fish new file mode 100644 index 0000000..bcaf761 --- /dev/null +++ b/functions/sa.fish @@ -0,0 +1,3 @@ +function sa + ssh-add "$HOME/.ssh/id_rsa.$argv" +end -- cgit