Removed sudo alias for doas

This commit is contained in:
2022-02-28 07:21:00 +01:00
parent 9ce9922227
commit 8fd16eda7c
-3
View File
@@ -26,6 +26,3 @@ function ds
command du -sch * | sort -rh command du -sch * | sort -rh
end end
function sudo
command doas $argv
end