Monaen's Wiki
Mac Command
2016-03-28
Bash
Create a .bash_profile on mac
1
2
cd
~
touch .bash_profile
edit the .bash_profile
1
open
-e
.bash_profile
Reload the .bash_profile and update any functions you add
1
source
~/.bash_profile
prev
Home
next
▲