advanced-shell-history
advanced-shell-history copied to clipboard
Missing ~/.ash/queries on install
After using make build_c; make install_c or make and make install, then following the sourcing instructions I received FAILED TO FIND A FILE TO PARSE! upon using ash_query.
Digging through the source I eventually found reference to $HOME/.ash/queries. touching this file made everything work as expected.
I just had the same problem, but instead of simply touching $HOME/.ash/queries, I copied it from the system installed files:
cp /usr/local/etc/advanced-shell-history/queries $HOME/.ash/
Thanks to this, you can take profit of the pre-configured ash_query queries (DEMO, CWD, RCWD, ME)