There are several ways to reload ~/.bashrc
and ~/.bash_profile
without logging off or restart. You can do one of the following command
source ~/.bashrc
. ~/.bashrc
exec bash
. This is my favourite. Like bash inception. Hahaha.
There are several ways to reload ~/.bashrc
and ~/.bash_profile
without logging off or restart. You can do one of the following command
source ~/.bashrc
. ~/.bashrc
exec bash
. This is my favourite. Like bash inception. Hahaha.
Comments