Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Now what - Update' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Now what - Update
Authored by: jschank on Oct 17, '02 05:53:09PM

Apparently, I spoke too soon. A new shell, and (I guess) the alias seems to work.
Thanks, For the help!
BTW, How do I edit my path?



[ Reply to This | # ]
Now what - Update
Authored by: matt_j_gray on Oct 17, '02 07:02:24PM

To edit your path (and other things), you can start by reading

/usr/share/tcsh/examples/README

and looking at the files in that directory.

To add something to your path in tcsh, try

setenv PATH new/thing/to/add:$PATH

This will add the new directory to the front of your PATH, keeping the old stuff as well.



[ Reply to This | # ]