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 |
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 |