1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00
This commit is contained in:
Steffo 2024-03-29 21:51:12 +01:00
parent 23e2b1b576
commit ccc9813dd8
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +0,0 @@
function paru --description 'alias paru paru --sudoloop'
command paru --sudoloop $argv;
end

4
functions/ssh-start.fish Normal file
View file

@ -0,0 +1,4 @@
function ssh-start
eval (ssh-agent -c)
ssh-add ~/.ssh/id_ed25519
end