Skip to content

Commit

Permalink
[fix] README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepla authored Oct 28, 2021
1 parent 6ad6330 commit 9ba619c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ sudo pacman -S fzf
sudo pacman -S sk
```

If you want to use other fuzzy finder, see 'FZPAC_FINDER' section in Configuration.
If you want to use other fuzzy finder, see **FZPAC_FINDER** section in Configuration.

### Optional

Expand Down Expand Up @@ -178,7 +178,7 @@ To change the AUR helper command to use, run fzpac with the value of the `"${FZP

This value is a colon-separated list like a `"${PATH}"` variable, elements are but commands not directories. fzpac tries to use each of the commands in `"${FZPAC_PACMAN}"` in turn as a pacman command to find packages. So fallback to following commands if the preceding one isn't found.

If no `"${FZPAC_PACMAN}"` is set or empty, fzpac assumes the value is 'paru:yay:pacman'.
If no `"${FZPAC_PACMAN}"` is set or empty, fzpac assumes the value is `paru:yay:pacman`.

Note that fzpac assumes commands in `"${FZPAC_PACMAN}"` supports pacman compatible arguments. So maybe fzpac doesn't work as expected if the commands don't support them.

Expand All @@ -200,7 +200,7 @@ export FZPAC_PACMAN="aur-helper1:/path/to/aur-helper2:..."

Almost the same as `"${FZPAC_PACMAN}"`, but this is to config the fuzzy finder which is used in fzpac.

If no `"${FZPAC_FINDER}"` is set or empty, fzpac assumes the value is 'fzf:sk:peco:gof:fzy'.
If no `"${FZPAC_FINDER}"` is set or empty, fzpac assumes the value is `fzf:sk:peco:gof:fzy` .

## Contribution

Expand Down

0 comments on commit 9ba619c

Please sign in to comment.