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


Click here to return to the 'What about bash!!!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
What about bash!!!
Authored by: Bart VdBroeck on Oct 05, '01 09:39:33AM
It should work like this for bash: add the line
export PATH="${PATH}:/usr/X11R6/bin:/usr/local/X11/bin"
to a file .bashrc in the root of your home directory. It will append the binary directories for X11 to your PATH-variable.

[ Reply to This | # ]