link to original stack overflow post
First, run the following to establish your extended bash history file:
cat ~/.bash_history >> ~/.bash_history_extended
I then added the following to my .bashrc
:
|
|
Remember to run source ~/.bashrc
in any running shells/terminal windows to get the latest bash history config established.