http://www.thegeekstuff.com/2008/10/execution-sequence-for-bash_profile-bashrc-bash_login-profile-and-bash_logout/ withの順序でそれらをリロードできますsource
が、短い方法はありますか?
つまり、すべてのファイルを順番にロードするコマンドであり、実行しないコマンドです。
source /etc/profile
source ~/.bash_profile
source ~/.bashrc
source ~/.bash_login
source ~/.profile