Creating A .bash_profile On Your Mac - Redfin Solutions
Maybe your like
Skip to content
Creating a .bash_profile on your macby Patrick | March 18, 2009
Creating a .bash_profile on your macby Patrick | March 18, 2009A typical install of OS X won't create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.
- Start up Terminal
- Type "cd ~/" to go to your home folder
- Type "touch .bash_profile" to create your new file.
- Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit).
- Type "source .bash_profile" to reload .bash_profile and update any functions you add.
To learn more about Redfin Solutions and to get updates on new blog posts, like and follow us on Facebook, Twitter, Instagram, and LinkedIn.
Tag » How To Open Bash Profile
-
How Do I Edit $PATH (.bash_profile) On OS X? - Stack Overflow
-
How To Manage Your .bash_profile In MacOS - Medium
-
A Simple Guide To Create, Open, And Edit Bash_profile - Linux Hint
-
Bash Profile Mac: What Is It And How It Differs From Bashrc?
-
Where Is My .bash_profile Located? (Mac OS 10.10.5) - Ask Different
-
Bash Profile - Codecademy
-
How To Edit .bash_profile On MacOSX? - WiseTut
-
Bash Profile Tutorial - Discover Gists · GitHub
-
How To Create A Bash Profile For Your Terminal App - YouTube
-
How To Create, Open And Delete .bash_profile From Mac OS
-
Bash Profile On Mac - One Post For All Information - EaseUS
-
Linux .bash_profile File - LinuxTect
-
Difference Between .bashrc, .bash-profile, And .profile - Baeldung
-
Bash Profile — Friendly 101 0.1 Documentation