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


Click here to return to the 'Case insensitive completion in 10.3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Case insensitive completion in 10.3
Authored by: nmthor1 on Mar 15, '04 08:25:54PM

As mentioned in one of the replies to the "old" post, the old hint works with Panther and tcsh. Never quite got over tcsh...



[ Reply to This | # ]
Case insensitive completion in 10.3
Authored by: wgscott on Mar 16, '04 08:53:01AM

It is still there. It is no longer the default for new accounts in 10.3, but you can switch it back either in netinfo or in terminal itself.

You can also switch it to zsh, which is even more user-friendly than tcsh.



[ Reply to This | # ]
changing login shell
Authored by: sjk on Mar 16, '04 02:27:53PM

Run:

chsh /bin/tcsh

... in a Terminal shell window to change your login shell to tcsh. Run:

cat /etc/shells

... to view a list of other shells that can be chosen with the chsh command.



[ Reply to This | # ]