about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorPamplemousse <xav.maso@gmail.com>2020-11-17 09:24:54 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-17 09:13:40 -0800
commit805cedf8d3ac9df34cccd95069b37b13e1017e5b (patch)
treebf3598246186d6e6422096961b68d9eeb543011e /doc/builders
parentbbd083c7f206670a9a2134aa3435d63f59b82336 (diff)
doc/builders: Remove out-of-date example
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/packages/shell-helpers.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/builders/packages/shell-helpers.xml b/doc/builders/packages/shell-helpers.xml
index cb70d527d67b7..a4ac9022c4ce5 100644
--- a/doc/builders/packages/shell-helpers.xml
+++ b/doc/builders/packages/shell-helpers.xml
@@ -8,18 +8,14 @@
   <itemizedlist>
    <listitem>
     <para>
-     <literal>autojump</literal>: <command>autojump-share</command>
-    </para>
-   </listitem>
-   <listitem>
-    <para>
      <literal>fzf</literal>: <command>fzf-share</command>
     </para>
    </listitem>
   </itemizedlist>
-  E.g. <literal>autojump</literal> can then used in the .bashrc like this:
+  E.g. <literal>fzf</literal> can then used in the .bashrc like this:
 <screen>
-  source "$(autojump-share)/autojump.bash"
+  source "$(fzf-share)/completion.bash"
+  source "$(fzf-share)/key-bindings.bash"
 </screen>
  </para>
 </section>