I think Mandrake 10.0 sets you up to use the bash shell by default. If so, you should have a .bashrc file in your home directory (try 'more ~/.bashrc'). You can see if you have c-shell or tc-shell set up and ready to go by typing 'which csh' or 'which tcsh'. I'm guessing that if you're already set up to run these commands then the .cshrc file will be created in your home directory for you. Note that bash and c-shell have different scripting syntax (so the commands in the rc files will be slightly different).
|