Ben Hines wrote:

[]
No, no, no.

The problem was that he did "echo "source /usr/share/tcsh/examples/rc" >
~/.tcshrc"

Note the ">". That overwrites the entire file.

He needed to use ">>" to append to the file, like:

source /usr/share/tcsh/examples/rc" >> ~/.tcshrc
In any case, this creates ~/.tcshrc if it doesn't yet exist. And if there doesn't happen to be any "source ~/.cshrc" inside ~/.tcshrc, he is out of luck.

I think fink's instruction to put "source /sw/bin/init.csh" into ~/.cshrc, without mentioning that it doesn't work when ~/.tcshrc is present, is a little too short. Unfortunately, there is *no* short instruction that works in all cases.

--
Martin






-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to