Hacker News new | ask | show | jobs
by adamnemecek 4624 days ago
> Note: you’ll need to open a new Terminal window for changes in ~/.bash_profile to take place.

Alternatively, you can just do '. ~/.bash_profile' or 'source ~./bash_profile'.

1 comments

  alias refresh-bash="source ~/.bash_profile"