about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-04-07 14:42:45 -0500
committerGitHub <noreply@github.com>2024-04-07 14:42:45 -0500
commit5d58ded83307531ebf575189c76db74648f3c13e (patch)
tree7e94b686123c53027a1e02244546159e41b2c351 /doc
parent632c6b8646f0c63113172bcab26267450fe88574 (diff)
parentde5b2ef096cc03796398f7ca627ad5f4306aa065 (diff)
downloadnixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar.gz
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar.bz2
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar.lz
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar.xz
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.tar.zst
nixlib-5d58ded83307531ebf575189c76db74648f3c13e.zip
Merge pull request #298692 from SebTM/auto-update/fzf
fzf: 0.47.0 -> 0.48.1
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"
 ```