2016-07-11 24 views

Antwort

5

Ja, können Sie einfach laufen:

source ~/.bash_profile 

Oder:

. ~/.bash_profile 

Dies wird neu geladen/re-Quelle die .bash_profile in der aktuellen Shell.

Ich habe diesen Befehl in meinem ~/.bash_profile für Bequemlichkeit:

alias reprofile='source ~/.bash_profile' 

Dann tippe ich nur reprofile oder reproTAB.