Fixing tcsh in OS X 10.2.x

G

gatorparrots

Guest
Strangely, Apple changed the default tcsh configuration in Jaguar. The shipping configuration is largely hobbled and unusable. To restore tcsh's behaviour to the previous (10.1.x) usable.defaults, issue these commands:
Code:
sudo -s
echo "source /usr/share/tcsh/examples/rc" >> /etc/csh.cshrc
echo "source /usr/share/tcsh/examples/login" >> /etc/csh.login
echo "source /usr/share/tcsh/examples/logout" >> /etc/csh.logout
exit
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top