mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 14:54:23 +00:00
Update
This commit is contained in:
parent
23e2b1b576
commit
ccc9813dd8
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
||||||
function paru --description 'alias paru paru --sudoloop'
|
|
||||||
command paru --sudoloop $argv;
|
|
||||||
end
|
|
4
functions/ssh-start.fish
Normal file
4
functions/ssh-start.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function ssh-start
|
||||||
|
eval (ssh-agent -c)
|
||||||
|
ssh-add ~/.ssh/id_ed25519
|
||||||
|
end
|
Loading…
Reference in a new issue