aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
committerMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
commit80d90d9b204f7c17912740f9f414fe5d59f293ba (patch)
tree5f2065a06e724270610760d59d01c6888b375a46 /infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml
parent3a31a84c7d3e589035ad08499206aac44a81f424 (diff)
parent83cbad92d73216bb0d9187c56cce0b91f9121d5a (diff)
Merge commit '83cbad92d73216bb0d9187c56cce0b91f9121d5a' into main
Diffstat (limited to 'infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml')
-rw-r--r--infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml b/infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml
deleted file mode 100644
index cb70d527d67b..000000000000
--- a/infra/libkookie/nixpkgs/doc/builders/packages/shell-helpers.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<section xmlns="http://docbook.org/ns/docbook"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xml:id="sec-shell-helpers">
- <title>Interactive shell helpers</title>
-
- <para>
- 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 <command>PACKAGE-share</command> scripts are shipped that print the location of the corresponding shared folder. Current list of such packages is as following:
- <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:
-<screen>
- source "$(autojump-share)/autojump.bash"
-</screen>
- </para>
-</section>