advanced-shell-history icon indicating copy to clipboard operation
advanced-shell-history copied to clipboard

Missing ~/.ash/queries on install

Open Schroedingers-Hat opened this issue 6 years ago • 1 comments

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.

Schroedingers-Hat avatar Nov 13 '18 00:11 Schroedingers-Hat

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)

dajoha avatar Jan 15 '20 20:01 dajoha