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


~/bin | 24 comments | Create New Account
Click here to return to the '~/bin' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
~/bin
Authored by: macpoupou on Aug 26, '02 08:09:23AM

Open your ~/.tcshrc
And add a new line
setenv PATH "~/bin:${PATH}"



[ Reply to This | # ]
~/bin
Authored by: paploo on Aug 27, '02 05:17:24AM

or, if you have the ~/Library/init/tcsh/ directory, create a file called environment.mine and make that same set line in it. These are, of course, both options that only work for your user. :)



[ Reply to This | # ]