doc: replace fzf-share mention with sk-share from Skim package

`fzf-share` was removed
This commit is contained in:
Mario Rodas 2024-04-07 04:20:00 +00:00
parent 9d27034eba
commit de5b2ef096
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
Some packages provide the shell integration to be more useful. But unlike other systems, nix doesn't have a standard `share` directory location. This is why a bunch `PACKAGE-share` scripts are shipped that print the location of the corresponding shared folder. Current list of such packages is as following:
- `fzf` : `fzf-share`
- `sk` : `sk-share`
E.g. `fzf` can then be used in the `.bashrc` like this:
E.g. `sk` can then be used in the `.bashrc` like this:
```bash
source "$(fzf-share)/completion.bash"
source "$(fzf-share)/key-bindings.bash"
source "$(sk-share)/completion.bash"
source "$(sk-share)/key-bindings.bash"
```