If I make changes to .bashrc, how do I reload it without logging out and back in?
.bashrc
You can enter the long form command:
source ~/.bashrc
or you can use the shorter version of the command:
. ~/.bashrc
2.1m questions
2.1m answers
60 comments
57.0k users