Just a suggestion - it is not good practice to add tool-specific files to your default shell scripts like .bashrc or .tcshrc. The same also applies to hacks people use (adding LD_LIBRARY_PATH to default scripts for example). As you start using more and more tools, you might run into problems. These should only be used when needed and not be there for all your environment
Instead, it would be better to have a startup script that will call such scripts when these tools are needed.
Instead, it would be better to have a startup script that will call such scripts when these tools are needed.
Visit pulp-platform.org and follow us on twitter @pulp_platform