#[SOLVED] How can I make the terminal case-insensitive in arch

5 messages · Page 1 of 1 (latest)

wicked bronze
#

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

inner crypt
#

in ~/.bashrc add the line
bind -s 'set completion-ignore-case on'

inner crypt
#

@wicked bronze

wicked bronze
#

Thanks

inner crypt
#

can you add [Solved] to the thread name thx