How to reload your bashrc file
Here’s a quick way to reload your bachrc file without having to invoke a new shell.
[root@bambee]# source ~/.bashrc
or
[root@bambee]# . ~/.bashrc

Here’s a quick way to reload your bachrc file without having to invoke a new shell.
[root@bambee]# source ~/.bashrc
or
[root@bambee]# . ~/.bashrc

Thaweesak | June 21st, 2008 at 4:35 pm #
Dude, time to move over to ./zshrc.
Danny | June 21st, 2008 at 8:15 pm #
one feature got me to love zsh, command completion for commands and options out of the box
Thanks dude
Arstan | June 25th, 2008 at 9:28 pm #
I think just typing bash also will do the trick
Arstan | June 26th, 2008 at 6:54 pm #
I think just typing bash will do the trick as well