Bash never does this by default
Comment on D or d come on
mojo@lemm.ee 1 year agoThis. Except don’t use zsh because this is default in every single shell
Damage@slrpnk.net 1 year ago
mojo@lemm.ee 1 year ago
Bash has never not had tab completion out of the box for me
Damage@slrpnk.net 1 year ago
Tab completion is default, but completing an uppercase word by typing a lowercase letter is not
chris@l.roofo.cc 1 year ago
Nope. Bash (at least by default on Ubuntu) doesn’t have case insensitive tab completion.
PupBiru@kbin.social 1 year ago
afaik there’s options you can turn on that enable it
search .inputrc and set completion-ignore-case On
newIdentity@sh.itjust.works 1 year ago
Still not a default. Also it’s not the same thing.