View Single Post
  #2  
Old February 20th, 2003, 03:47 PM
gatorparrots gatorparrots is offline
~departed~
 
Join Date: Jul 2002
Location: Kansas City, MO
Posts: 457
Thanks: 0
Thanked 0 Times in 0 Posts
gatorparrots is on a distinguished road
Here's how to restore your tcsh settings to the default (actually, a better condition than the default):
sudo -s
echo "source /usr/share/tcsh/examples/rc" > ~/.tcshrc
echo "source /usr/share/tcsh/examples/login" > ~/.login
echo "source /usr/share/tcsh/examples/logout" > ~/.logout
exit
source ~/.tcsh

(This will load Apple's tcsh configuration example and provide you with a fresh ~/.tcsh file with which to experiment/begin configuring.)

Here's how to fix the 'termcap/dumb terminal settings' problem:
http://www.macfora.com/forums/showth...&threadid=7972
Reply With Quote