From b3441066ba560c409a705369d93dc310f03a6e9b Mon Sep 17 00:00:00 2001 From: exponentialmatrix <429925+exponentialmatrix@users.noreply.github.com> Date: Sun, 31 Aug 2025 22:19:18 +0200 Subject: [PATCH] complete doas commands --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index c39580c4bf8..0f65006d3f2 100644 --- a/bash_completion +++ b/bash_completion @@ -3073,7 +3073,7 @@ _comp_root_command() local _comp_root_command=$1 _comp_command } -complete -F _comp_root_command fakeroot gksu gksudo kdesudo really +complete -F _comp_root_command doas fakeroot gksu gksudo kdesudo really # Return true if the completion should be treated as running as root #