Difference between revisions of "POSIX/ bash profile"
< POSIX
Jump to navigation
Jump to search
(Created page with "==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<span></span><a...") |
(No difference)
|
Revision as of 16:21, 27 April 2021
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