Besides the facts that you have to add "source ~/.cshrc" to your .tcshrc, and fix the bug in /usr/share/tcsh/examples/aliases you've been told about, there is the lesser-known problem that the file /usr/share/tcsh/examples/login says:

set path = ( \
~/bin \
/usr/local/bin /usr/bin /bin \
/usr/local/sbin /usr/sbin /sbin \
)

which has the unhappy effect of removing /sw/bin, /sw/sbin, and /usr/X11R6/bin from your path. Since .login is sourced after .tcshrc, this is a real problem. The solution is to either "rm ~/.login" or manually add the paths. This file also stomps on $MANPATH.

Jim Gibbs

On Friday, November 1, 2002, at 05:30 AM, [EMAIL PROTECTED] wrote:

Sigh!
trying to enable aliases in Jaguar ( I knew they were disabled ...), I moved
aliases from usr/share/tcsh/examples/aliases to usr/share/tcsh/aliases
and typed
echo "source /usr/share/tcsh/examples/rc" > ~/.tcshrc
echo "source /usr/share/tcsh/examples/login" > ~/.login
echo "source /usr/share/tcsh/examples/logout" > ~/.logout
Now Fink is a command not found, even if I restore the default.
Do I need to reinstall?


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