Use
alias reload!=". ~/.bash_profile"
Or if want to add logs via functions:
function reload! () { echo "Reloading bash profile...!" source ~/.bash_profile echo "Reloaded!!!"}
Use
alias reload!=". ~/.bash_profile"
Or if want to add logs via functions:
function reload! () { echo "Reloading bash profile...!" source ~/.bash_profile echo "Reloaded!!!"}