Sjmarf to Programmer [email protected] • 3 months ago.DS_Storesh.itjust.worksimagemessage-square165fedilinkarrow-up11.77Karrow-down16
arrow-up11.76Karrow-down1image.DS_Storesh.itjust.worksSjmarf to Programmer [email protected] • 3 months agomessage-square165fedilink
minus-square@[email protected]linkfedilink7•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