lol

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

This reverts commit de5b2ef096cc03796398f7ca627ad5f4306aa065.

+4 -4
+4 -4
doc/packages/shell-helpers.section.md
··· 2 2 3 3 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: 4 4 5 - - `sk` : `sk-share` 5 + - `fzf` : `fzf-share` 6 6 7 - E.g. `sk` can then be used in the `.bashrc` like this: 7 + E.g. `fzf` can then be used in the `.bashrc` like this: 8 8 9 9 ```bash 10 - source "$(sk-share)/completion.bash" 11 - source "$(sk-share)/key-bindings.bash" 10 + source "$(fzf-share)/completion.bash" 11 + source "$(fzf-share)/key-bindings.bash" 12 12 ```