On 2024-07-29, Robert Palm <developer@robert-palm.de> wrote:
>
> Hi,
>
> wonder how I can get TAB completion in the shell when using doas ...
>
> Do I need to add something to .profile ?
pkg_add dmenu, then you can add this:
set -A complete_doas `dmenu_path`
(note it will not update automatically if a new program is installed;
either restart the shell, or re-run the 'set' command)
No comments:
Post a Comment