0

Im using gedit to type my script as an assignment and one of the questions is adding my home directory to the BEGINNING of the path variable and I'm not sure how to do this

1 Answers1

2

Simple way would be to use:

PATH=$HOME:$PATH
Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255