Quantcast
Viewing latest article 4
Browse Latest Browse All 16

Answer by 7urkm3n for How to reload .bash_profile from the command line

Use

alias reload!=". ~/.bash_profile"

Or if want to add logs via functions:

function reload! () {    echo "Reloading bash profile...!"    source ~/.bash_profile    echo "Reloaded!!!"}

Viewing latest article 4
Browse Latest Browse All 16

Trending Articles