Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Having to remember to type in export PATH=$PATH:$HOME/bin every time you start a new shell is... burdensome. Luckily, it's easy to make it semi-permanent by editing the .profile_user file that exists in your $HOME directory. If you open it in a text editor, add the line export PATH=$PATH:$HOME/bin, save, and re-login to Lonestar you will find that your PATH automatically includes $HOME/bin.

Let's move on now to the next section: The modules system