POSIX/ bash profile

From Adam Meola - wiki
< POSIX
Revision as of 16:21, 27 April 2021 by Adam (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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