How to change history size for ever?
So I wanted to add a follow up question to this post but wasn't sure if posting on it was allowed or would be useful since its so old.
My question is does setting the HISTSIZE
and HISTFILESIZE
work for all files?
I have a .bash_history
and a psql_history
and I want both to keep large chunks (10000 entries) of my records does setting the size in my .bashrc
do this?
HISTSIZE
andHISTFILE
, and noHISTFILESIZE
. – muru Jun 07 '17 at 04:17SAVEHIST
it is ...edited... – heemayl Jun 07 '17 at 04:22