From fc0831500fc22d3da621141da711c388fd4e963f Mon Sep 17 00:00:00 2001 From: zimbatm Date: Wed, 4 May 2016 20:31:38 +0100 Subject: autojump: add package note --- doc/package-notes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/package-notes.xml') 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 package.nix file into +
+ +Autojump + + + 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 + autojump-share script is shipped that prints the location + of the shared folder. This can then be used in the .bashrc like this: + + source "$(autojump-share)/autojump.bash" + + + +
+ -- cgit 1.4.1