summaryrefslogtreecommitdiffstats
path: root/system/autojump/README
diff options
context:
space:
mode:
author Brenton Earl2016-12-15 00:52:41 +0100
committer Willy Sudiarto Raharjo2016-12-15 16:32:01 +0100
commit55c1634612f683faff6330b8e0f00500a80c206f (patch)
tree2d8c30627ee7f1b15f5c7d1c8dee113aab164ef5 /system/autojump/README
parentc36a86c54707daf73690070a6bb203f8826d7b7f (diff)
downloadslackbuilds-55c1634612f683faff6330b8e0f00500a80c206f.tar.gz
system/autojump: Updated for version 22.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/autojump/README')
-rw-r--r--system/autojump/README24
1 files changed, 2 insertions, 22 deletions
diff --git a/system/autojump/README b/system/autojump/README
index 31863dd081..3d2ad6a249 100644
--- a/system/autojump/README
+++ b/system/autojump/README
@@ -1,27 +1,7 @@
-autojump is a faster way to navigate your filesystem. It works by
+Autojump is a faster way to navigate your filesystem. It works by
maintaining a database of the directories you use the most from the
-command line. The jumpstat command shows you the current contents
-of the database. You need to work a little bit before the database
+command line. You need to work a little bit before the database
becomes usable. Autojump will listen and rank your 'cd' commands by
frequency. Once your database is reasonably complete, you can "jump"
to a commonly "cd"ed directory. It supports the bash, zsh, and
tcsh shells.
-
-Installation
-------------
-
-Add the following to your .bashrc so that autojump commands will
-be recognized:
-
-source /etc/profile.d/autojump.bash
-
-Next, open a new shell and execute:
-
-$ cd /tmp
-$ cd /home
-$ cd /var
-$ j tmp
-
-You should be dropped back into the /tmp directory. You can activate
-autojump for other shells by changing the sourced file extension to
-a supported shell name.