Y
Hacker News
new
|
ask
|
show
|
jobs
by
ranza
5358 days ago
I dont belive that bashrc is being executed on a mac as standard. Try:
source ~/.bashrc
If that worked add this to your .bash_profile
[ -f ~/.bashrc ] && . ~/.bashrc
1 comments
z92
5358 days ago
Yes, that worked! I am on OSX Lion.
link