#[SOLVED] How can I make the terminal case-insensitive in arch
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
When I press tab to autocomplete a file name it only works if the caps are also in the right spot. so if I wrote tes and the actual name is Test and I would press tab it would not autocomplete
in ~/.bashrc add the line
bind -s 'set completion-ignore-case on'
@wicked bronze
Thanks
can you add [Solved] to the thread name thx