notes: fix ripgrep PATH

This commit is contained in:
teutat3s 2024-08-27 13:31:31 +02:00
parent 5e62cca796
commit 774a75e1f3
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -5,7 +5,7 @@ self: with self; ''
# uses ripgrep: https://github.com/BurntSushi/ripgrep
NOTESDIR=~/pub.solar-nc/Notes
ACK_PREFIX="${rg}/bin/rg --files-with-matches"
ACK_PREFIX="${ripgrep}/bin/rg --files-with-matches"
cd $NOTESDIR || exit
file="$(
FZF_DEFAULT_COMMAND="$ACK_PREFIX '$1'" \