Daniel M. answered 06/03/19
Award Winning Lead Software Engineer and College Instructor
When using BASH there is a file named .bashrc located in your home directory. If you edit this text file and add PATH=$PATH:/path/to/dir. Now when you restart your terminal the path variable will contain your new directory.
Use can use the command 'ls -a' to see all the files in a directory that begin with a leading dot.