Skip to content
Home » How to reload .bash_profile from the command line

How to reload .bash_profile from the command line

  • by

Just sharing few commands to load a .bash_profile without exiting from terminal or command line

1
2
3
4
5
source ~/.bash_profile
 
or do
 
. ~/.bash_profile

Leave a Reply

Your email address will not be published. Required fields are marked *