Rudxain / dotfiles

config & profile files
MIT License
1 stars 0 forks source link

bash completions failing #4

Closed Rudxain closed 1 week ago

Rudxain commented 11 months ago

[!note] IDK if this is an upstream issue or not, so I'll play-safe and open it here. I'll test upstream later

Any completion whose prefix is tar causes bash to print this error message:

bash: no match: --occurrence[=NUMBER]

It doesn't happen with default config files on Debian-based distros (it may be any GNU+Linux distro). This is very weird...

Rudxain commented 2 weeks ago

This also happens with shellcheck, but only when completing --. I haven't tested on Termux. I haven't tested if this also happens without the dotfiles

Rudxain commented 1 week ago

This seems to have been fixed by the new .inputrc. Only tested on Termux

Rudxain commented 1 week ago

On Debian 12, the new .inputrc makes no diff

Rudxain commented 1 week ago

Now the completions work on Debian and Termux!

Rudxain commented 1 week ago

BTW, I tested upstream on Debian, and it works just fine