1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00
Co-authored-by: Mallllco <map_98@hotmail.it>
This commit is contained in:
Steffo 2022-02-21 16:40:36 +01:00
parent dd873f21a6
commit 7500bdd88a
Signed by: steffo
GPG key ID: 6965406171929D01

3
functions/dudo.fish Normal file
View file

@ -0,0 +1,3 @@
function dudo --wraps=sudo --description 'alias dudo sudo'
sudo $argv;
end