Closed dataCobra closed 4 months ago
_comp_load ssh &&
complete -F _comp_cmd_ssh rssh nvimssh
_comp_load pass &&
complete -F _pass pc
_comp_load tmuxinator &&
complete -F _tmuxinator tx
_comp_load sudo &&
complete -F _comp_cmd_sudo doas
Thank you! That fixed the problem. :)
Hello,
I've searched for a while now but couldn't find an answer and hope the project people might be able to help me.
My ~/.bash_completion is no longer working on Arch and Void Linux.
It looked like that:
After a little bit of reading I've changed it to the following but also without progress:
What is the recommended way to accomplish the completion for my aliases after the update?