dotfiles/fish/functions/sa.fish
2020-11-04 17:35:19 +01:00

3 lines
51 B
Fish

function sa
ssh-add "$HOME/.ssh/id_rsa.$argv"
end