Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bash_completion
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down