Skip to content

File ~/.bash_completion no longer working after update to 2.14. #1235

@dataCobra

Description

@dataCobra

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions