On Tuesday, July 16, 2002, at 07:12 PM, Oscar Erlandsson wrote:
> It seems that something else in your .tcshrc modifies $PATH, after it
> has
> sourced init.csh. What does your .tcshrc look like?
Here is my .tcshrc file:
source /usr/share/init/tcsh/rc
source /sw/bin/init.csh
As suggested by Apple I've created a folder named ~/Library/init/tcsh/,
and within it I've put two files (environment.mine and rc.mine), they
are:
environment.mine:
setenv GS_OPTIONS "-sPAPERSIZE=a4"
setenv PATH /sw/bin:/sw/sbin:${PATH}:/usr/X11R6/bin
rc.mine:
# Make command completion (TAB key) cycle through all possible choices
# (The default is to simply display a list of all choices when more than
one
# match is available.)
bindkey "^I" complete-word-fwd
# Make command history (arrow keys) use history search operations
# (The default is to simply display the next item in the history list.)
bindkey -k down history-search-forward
bindkey -k up history-search-backward
# Turn on implicit cd operation
# set implicitcd
The standard rc file is located in /usr/share/init/tcsh/. That's all.
Any hint?
Thanks,
Andrea.
---
Andrea Riciputi <mailto:[EMAIL PROTECTED]>
"Science is like sex: sometimes something useful comes out,
but that is not the reason we are doing it" -- (Richard Feynman)
-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing
real-time communications platform! Don't just IM. Build it in!
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users