Difference between revisions of "POSIX/ bash profile"

From Adam Meola - wiki
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...")
 
Line 19: Line 19:
 
* etc.
 
* etc.
  
On OSX and Ubuntu, this file is located at:<code><meta charset="utf-8"><span>~/.bash_profile</span></code>
+
On OSX and Ubuntu, this file is located at:<code>~/.bash_profile</code>

Revision as of 16:22, 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:~/.bash_profile