Tip: Resetting Enviroment Variables without Logging Out (UNIX/Solaris/Linux/OS X)

To reset environment variable changes in bash without logging out

source ~/.profile

Confirm changes by:

set | grep <changed parameter>