Repository to host my own .bash_profile across different computers
Instructions:
- Create a symbolic link on your $HOME pointing to local repository
- 
For Bash Terminals: ln -s <full_repo_path>/bash_profile ~/.bash_profile
- 
For Zsh Terminals: ln -s <full_repo_path>/bash_profile ~/.zprofile
 
-