Sjmarf@sh.itjust.works to Programmer Humor · 3 months ago.DS_Storesh.itjust.worksimagemessage-square163linkfedilinkarrow-up11.77Karrow-down16
arrow-up11.77Karrow-down1image.DS_Storesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor · 3 months agomessage-square163linkfedilink
minus-squareCrusherBiceps@discuss.tchncs.delinkfedilinkarrow-up7·3 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)
Thank you