PATH - kimschles/schlesinger-knowledge GitHub Wiki
$PATH
https://linuxacademy.com/cp/courses/lesson/course/1575/lesson/2/module/161
- colon separated
- adding a script to the
/bindirectory makes sure you can run it without adding./
A Mac will compose the PATH variable by looking at these files in this order:
~/.bashrc(this is read everytime a new shell is opened)~/.bash_profile(this is read only at login)~/.profile