summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2016-05-04 20:31:38 +0100
committerzimbatm <zimbatm@zimbatm.com>2016-05-04 20:31:38 +0100
commitfc0831500fc22d3da621141da711c388fd4e963f (patch)
tree7899a00d8f08031bd3141dd979cdcd44e980e438 /doc/package-notes.xml
parent5901a8c63b0792c41706765eb11dc525793208fa (diff)
downloadnixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar.gz
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar.bz2
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar.lz
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar.xz
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.tar.zst
nixlib-fc0831500fc22d3da621141da711c388fd4e963f.zip
autojump: add package note
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index 4148e87e0189..f0015a7f9ace 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -366,4 +366,20 @@ it. Place the resulting <filename>package.nix</filename> file into
 
 </section>
 
+<section xml:id="sec-autojump">
+
+<title>Autojump</title>
+
+<para>
+  autojump needs the shell integration to be useful but unlike other systems,
+  nix doesn't have a standard share directory location. This is why a
+  <command>autojump-share</command> script is shipped that prints the location
+  of the shared folder. This can then be used in the .bashrc like this:
+<screen>
+  source "$(autojump-share)/autojump.bash"
+</screen>
+</para>
+
+</section>
+
 </chapter>