Gollum to Programmer Humor@programming.dev • 2 years agoD or d come oni.imgur.comimagemessage-square212arrow-up11.32K cross-posted to: programmerhumor@lemmy.ml
arrow-up11.32KimageD or d come oni.imgur.comGollum to Programmer Humor@programming.dev • 2 years agomessage-square212 cross-posted to: programmerhumor@lemmy.ml
minus-square@chris@l.roofo.cclinkfedilink16•2 years agoNope. Bash (at least by default on Ubuntu) doesn’t have case insensitive tab completion.
minus-squarePupBirulinkfedilink1•2 years agoafaik there’s options you can turn on that enable it search .inputrc and set completion-ignore-case On
Nope. Bash (at least by default on Ubuntu) doesn’t have case insensitive tab completion.
afaik there’s options you can turn on that enable it
search .inputrc and set completion-ignore-case On
Still not a default. Also it’s not the same thing.