Unlimited bash history
Set your bash history to unlimited by adding the following to ~/.bashrc:
:::bash
export HISTFILESIZE=
export HISTSIZE=
Set your bash history to unlimited by adding the following to ~/.bashrc:
:::bash
export HISTFILESIZE=
export HISTSIZE=