aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rgf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rgf b/bin/rgf
index 881359d..49a9fe7 100755
--- a/bin/rgf
+++ b/bin/rgf
@@ -7,7 +7,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
fi
main() {
- result=$(rg --ignore-case --color=always --line-number --no-heading "$@" |
+ result=$(rg -L --ignore-case --color=always --line-number --no-heading "$@" |
fzf --ansi \
--color 'hl:-1:underline,hl+:-1:underline:reverse' \
--delimiter ':' \