sudo-rs
This commit is contained in:
parent
46cd5f2c81
commit
09af3d64f3
1 changed files with 7 additions and 0 deletions
7
.config/fish/functions/sudo.fish
Normal file
7
.config/fish/functions/sudo.fish
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
function sudo
|
||||||
|
if type -q sudo-rs
|
||||||
|
command sudo-rs $argv
|
||||||
|
else
|
||||||
|
command sudo $argv
|
||||||
|
end
|
||||||
|
end
|
Loading…
Add table
Add a link
Reference in a new issue