Say I created a linux user account called john. John wants to create a variable called MYVAL with the value Hello World in the linux shell (bash)
MYVAL = 'Hello World'
John does not want to redeclare this variable every time he logs in. Is there some linux config file or start up file that john can declare this variable in such that it will populate every time he starts up his computer?