shell customization

U

unl33t

Guest
i have a bash profile that i would like to use (.bashrc file) but i can't get terminal to load it as default :(
does anyone know of a workaround for this?
 
OP
G

gatorparrots

Guest
Create a file called ~/.bash_profile like so:
Code:
#==========================
#
#  $HOME/.bash_profile
#
#==========================

source $HOME/.bashrc
and then relaunch Terminal.app or open a new Terminal window.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top