Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'case-insensitive completions at the command prompt' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
case-insensitive completions at the command prompt
Authored by: ebow on Oct 07, '02 10:48:46AM
There is a way to make the command line's tab completions case-insensitive as well. Just add the following line to your ~/Library/init/tcsh/environment.mine file (or your ".tcshrc" file I suppose): set complete = enhance I'm pretty sure that does the trick.

[ Reply to This | # ]