Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 months ago.DS_Storesh.itjust.worksexternal-linkmessage-square152fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1external-link.DS_Storesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 months agomessage-square152fedilink
minus-squareCrusherBiceps@discuss.tchncs.delinkfedilinkarrow-up0·2 months agoIn case you or others reading this don’t know: You can set bash’s tab-completion to be case-insensitive by putting set completion-ignore-case on Into your .inputrc (or globally /etc/inputrc)
In case you or others reading this don’t know: You can set bash’s tab-completion to be case-insensitive by putting
Into your .inputrc (or globally /etc/inputrc)