setting environment variables
I am having trouble figuring out the right way to change or set an environment variable. For example, I want to change the $HISTSIZE variable from 1000 to 500. I keep trying to fix this but it always seems to go back and display 1000. How is the right way to set and change these variables from the command line? Thanks
|