summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-11 13:52:07 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-04-11 15:08:51 +0200
commit104f24e0b99b6d340c313e8f7c963cb8e9f8ae3a (patch)
tree053d1566d6ae60bf2365bc39bc803bff9c62b094 /doc
parent1fb10f5017cfe9ee0c97e5087310c893cfa98103 (diff)
Revert "doc: replace fzf-share mention with sk-share from Skim package"
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 1c73303f8284..e7c2b0abebfc 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:
-- `sk` : `sk-share`
+- `fzf` : `fzf-share`
-E.g. `sk` can then be used in the `.bashrc` like this:
+E.g. `fzf` can then be used in the `.bashrc` like this:
```bash
-source "$(sk-share)/completion.bash"
-source "$(sk-share)/key-bindings.bash"
+source "$(fzf-share)/completion.bash"
+source "$(fzf-share)/key-bindings.bash"
```