summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-07 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-04-07 04:20:00 +0000
commitde5b2ef096cc03796398f7ca627ad5f4306aa065 (patch)
treedf5af9b256f91cb01c1bd42bdb980d0ee3e85b24 /doc
parent9d27034ebaef4dcca1cff0d966703cfbe38d65d7 (diff)
doc: replace fzf-share mention with sk-share from Skim package
`fzf-share` was removed
Diffstat (limited to 'doc')
-rw-r--r--doc/packages/shell-helpers.section.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/packages/shell-helpers.section.md b/doc/packages/shell-helpers.section.md
index e7c2b0abebfc..1c73303f8284 100644
--- a/doc/packages/shell-helpers.section.md
+++ b/doc/packages/shell-helpers.section.md
@@ -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"
```