Last Updated: February 25, 2016
·
1.257K
· jmarizgit

Reload bash configuration

Want your bash configuration changes to start working? Just run:

source ~/.bashrc

2 Responses
Add your response

Sometimes it is better to

exec $SHELL

For example if you deleted some wrong aliases, they won't be unset by sourcing a new rc file. But a fresh shell won't have them.

over 1 year ago ·

@dmedvinsky thanks ;)

over 1 year ago ·