One tip for your .bashrc I only recently found out and can't do without anymore is one I picked up here (log all shell commands directly to a file): https://www.jefftk.com/p/you-should-be-logging-shell-history

'histgrep' is an interesting one. Bash has a built in backwards search via ^r, which is greatly enhanced by plugging fzf into it.

If you like searching your Bash history with fzf, you're gonna love McFly: https://github.com/cantino/mcfly