Got it working thanks :) <br><br><div><span class="gmail_quote">On 11/15/06, <b class="gmail_sendername">Stephen R Laniel</b> <<a href="mailto:steve@laniels.org">steve@laniels.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Nov 15, 2006 at 10:21:56AM -0500, Stephen Brown Jr wrote:<br>> How do I add a path to my login? For example, I want to add /opt as I have some<br>> stuff installed there that I want to be able to execute?<br>
<br>If you're running bash, as I presume you are, then you edit<br>~/.bashrc and add the following line:<br><br>export PATH=$PATH:/opt<br><br>Cheers,<br>Steve<br><br>--<br>Stephen R. Laniel<br><a href="mailto:steve@laniels.org">
steve@laniels.org</a><br>Cell: +(617) 308-5571<br><a href="http://laniels.org/">http://laniels.org/</a><br>PGP key: <a href="http://laniels.org/slaniel.key">http://laniels.org/slaniel.key</a><br><br><br>-----BEGIN PGP SIGNATURE-----
<br>Version: GnuPG v1.4.1 (GNU/Linux)<br><br>iD8DBQFFWzAMHa1lzVGot+YRAjp5AJ9a+bWEtYGO+dNUigaglNGFak/WzACfYTTJ<br>bvZ7X0Fq3rITUYGmPK6iiek=<br>=2LcF<br>-----END PGP SIGNATURE-----<br><br><br>--<br>ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
</a><br><br><br></blockquote></div><br>