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...