All I want is something so simple! And yet so complicated. All I want is to change the value of one variable: the HISTSIZE variable. Only now I realize that my "history" command only shows 500 of my last actions. The default used to be 1000 in previous Linux distros that I used. 500 is not nearly enough for me; I want 1000. Doing
export HISTSIZE=1000
won't work; when I reboot the computer the shell won't remember that. I was told to modify the ~/.bash_profile file; but this file just doesn't exist in Ubuntu. I was told to use the "set" and "setenv" built-in shell commands; but those commands don't exist in Ubuntu either! I'm getting desperate. Anybody can help? Please.
Bookmarks