-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Description
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:
complete -F _ssh rssh
complete -F _ssh nvimssh
complete -F _pass pc
complete -F _tmuxinator tx
complete -F _sudo doas
After a little bit of reading I've changed it to the following but also without progress:
_comp_complete_load _comp_cmd_ssh
complete -F _comp_cmd_ssh rssh
_comp_complete_load _comp_cmd_ssh
complete -F _comp_cmd_ssh nvimssh
_comp_complete_load _pass
complete -F _pass pc
_comp_complete_load _tmuxinator
complete -F _tmuxinator tx
_comp_complete_load _comp_cmd_sudo
complete -F _comp_cmd_sudo doas
What is the recommended way to accomplish the completion for my aliases after the update?
Metadata
Metadata
Assignees
Labels
No labels