Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 7 months ago.DS_Storesh.itjust.worksexternal-linkmessage-square141linkfedilinkarrow-up11.69Karrow-down16
arrow-up11.68Karrow-down1external-link.DS_Storesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 7 months agomessage-square141linkfedilink
minus-squareCrusherBiceps@discuss.tchncs.delinkfedilinkarrow-up7·7 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