Monday, July 29, 2024

Re: doas tab completion

Thanks a lot for sharing all this great solutions!

Am 29. Juli 2024, 17:37, um 17:37, Stuart Henderson <stu.lists@spacehopper.org> schrieb:
>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