How to reload your bashrc file
Here’s a quick way to reload your bachrc file without having to invoke a new shell.
[code]
[root@user]# source ~/.bashrc
or
[root@user]# . ~/.bashrc
[/code]
Jan 01
How to reload your bashrc file
Here’s a quick way to reload your bachrc file without having to invoke a new shell.
[code]
[root@user]# source ~/.bashrc
or
[root@user]# . ~/.bashrc
[/code]
Permanent link to this article: https://blog.openshell.in/2013/01/how-to-reload-your-bashrc-file/