View Single Post
Old 11th May 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

Are you using tcsh?
You can see the shell you're using with:
> echo $SHELL

/etc/csh.cshrc also works, make sure the file is readable for all users (chmod a+r) and ofcourse restart your shell (exec tcsh).
But if you want you can also use ~.tcshrc
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote