POSIX/ bash profile
< POSIX
Jump to navigation
Jump to search
Bash Profile
(Bash Startup Files)
<meta charset="utf-8">"Bash will attempt to execute a set of startup files depending on how it was invoked. See the<a rel="nofollow" class="external text" href="https://www.gnu.org/software/bash/manual/bash.html#Bash-Startup-Files">Bash Startup Files</a>section of the GNU Bash manual for a complete description." -https://wiki.archlinux.org/index.php/Bash
The most common of which is bash_profile.
Here, users usually define the paths of various command line programs.
like:
- NVM
- PHP
- etc.
On OSX and Ubuntu, this file is located at:<meta charset="utf-8">~/.bash_profile