mirror of
https://github.com/FliegendeWurst/ripgrep-all.git
synced 2024-11-09 14:30:37 +00:00
fix readme
This commit is contained in:
parent
3c2e96ce54
commit
9c92bd9b36
@ -37,7 +37,7 @@ You can use rga interactively via fzf. Add the following to your ~/.{bash,zsh}rc
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
rga-fzf() {
|
rga-fzf() {
|
||||||
RG_PREFIX="rga --files-with-matches --rga-cache-max-blob-len=10M"
|
RG_PREFIX="rga --files-with-matches"
|
||||||
local file
|
local file
|
||||||
file="$(
|
file="$(
|
||||||
FZF_DEFAULT_COMMAND="$RG_PREFIX '$1'" \
|
FZF_DEFAULT_COMMAND="$RG_PREFIX '$1'" \
|
||||||
|
Loading…
Reference in New Issue
Block a user