How to add a directory to your PATH

How to add a directory to your PATH? I naïvely answered export PATH=A_DIRECTORY:$PATH

Well, after reading How to add a directory to your PATH written by Julia Evans I know that it is not as simple as it seems!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.