fix readme

This commit is contained in:
phiresky 2020-06-10 17:13:59 +02:00
parent 3c2e96ce54
commit 9c92bd9b36

View File

@ -37,7 +37,7 @@ You can use rga interactively via fzf. Add the following to your ~/.{bash,zsh}rc
```bash
rga-fzf() {
RG_PREFIX="rga --files-with-matches --rga-cache-max-blob-len=10M"
RG_PREFIX="rga --files-with-matches"
local file
file="$(
FZF_DEFAULT_COMMAND="$RG_PREFIX '$1'" \