#echo $PATH
/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
# nano ~/.bash_profile
Paste whole output of first echo command and save the file.
Run below command to use .bash_profile file
#source ~/.bash_profile
You can add another environment variable in above file. and It will remain the same after reboot.