Initial commit

This commit is contained in:
jaseg 2020-11-04 17:35:19 +01:00
commit 29daecb0ce
23 changed files with 3745 additions and 0 deletions

3
fish/functions/sa.fish Normal file
View file

@ -0,0 +1,3 @@
function sa
ssh-add "$HOME/.ssh/id_rsa.$argv"
end