diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/rgf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ':' \ |
