> echo "set completion-ignore-case On" >> ~/.inputrcBe sure to start a new terminal instance for the changes to take effect.
* (Tab completion is when you start typing a folder or file in the terminal/console and hit tab, it auto completes to any matches it finds. Very handy and if you don't already use it, you should!)
Unlimited Domain Hosting Only $9.95 a Month
Dude, if you're at a unix prompt on OSX, maybe it's time to get used to a case sensitive shell because if you go to Linux or any other flavour of Unix you'll not be afforded said luxury of a case insensitive shell.
ReplyDeleteTime to man up and hit the shift key :)
@Costas: That's incorrect; this will work on any system with bash as the shell, the default for most Unices.
ReplyDeleteNice. Thanks for the tip, and case insensitive makes sense for Macs @Costas because the filesystem is case insensitive as well.
ReplyDeleteThanks a bunch! :)
ReplyDeletegreat. This was one of the features which got me wondering ... How come windows CMD has it but Bash doesn't . This is just what I needed
ReplyDelete