If you have made changes to ~/.bashrc or to /etc/profile, they will only be affective if you login again. You can use the following to avoid this:
source ~/.bashrc
or…
source /etc/profile
If you have made changes to ~/.bashrc or to /etc/profile, they will only be affective if you login again. You can use the following to avoid this:
source ~/.bashrc
or…
source /etc/profile