Removed sudo alias for doas

This commit is contained in:
_N0x 2022-02-28 07:21:00 +01:00
parent 9ce9922227
commit 8fd16eda7c

View File

@ -26,6 +26,3 @@ function ds
command du -sch * | sort -rh
end
function sudo
command doas $argv
end