OpenDoas icon indicating copy to clipboard operation
OpenDoas copied to clipboard

Support for bash-completion

Open fethomm opened this issue 4 years ago • 1 comments

Can you please add support for bash-completion to OpenDoas. Would anyone be interested in setting this up? That would really help in making doas a good drop-in alternative for sudo. I have already opened a bug report in Debian and an issue in bash-completion.

fethomm avatar Mar 15 '21 08:03 fethomm

you can do this without change any in doas:

/etc/bash.bashrc [...] [ -n "$PS1" ] && complete -cf doas

Tunoac avatar Sep 15 '21 17:09 Tunoac