Search bash history with Emacs helm

from blog lmno.lol @alvaro, | ↗ original
Following up from changing CWD with helm projectile, here's a way to search your bash history with helm: (defun ar/helm-helm (title candidates on-select-function) "Helm with TITLE CANDIDATES and ON-SELECT-FUNCTION." (helm :sources `((name . ,title) (candidates . ,candidates) (action ....