forked from pub-solar/os
notes: fix ripgrep PATH
This commit is contained in:
parent
5e62cca796
commit
774a75e1f3
|
@ -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'" \
|
||||
|
|
Loading…
Reference in a new issue