On Mon, 29 Jul 2024 09:47:39 +0200, Robert Palm <develo...@robert-palm.de> wrote: > > wonder how I can get TAB completion in the shell when using doas ... > > Do I need to add something to .profile ? >
Depends on the shell you are using. Assuming you are using BASH, you will probably get what you want by: complete -cf doas but if you have bash-completion installed, you probably expect something like this complete -F _command doas -- wbr, Kirill