Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days ago.DS_Storesh.itjust.worksimagemessage-square149fedilinkarrow-up11.67Karrow-down16
arrow-up11.66Karrow-down1image.DS_Storesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square149fedilink
minus-squareCrusherBicepslinkfedilinkarrow-up7·1 day 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