summaryrefslogtreecommitdiffstats
path: root/system/autojump/README
diff options
context:
space:
mode:
author Brenton Earl2015-11-07 04:21:45 +0100
committer Willy Sudiarto Raharjo2015-11-07 04:21:45 +0100
commit4fc2797e471453fdcb10976ba55e7ddf93bc0cd2 (patch)
tree09da052fc6b77c4336b83a7c59de60dd794ae93e /system/autojump/README
parent0dc5deef431bcdc27c8f26afc21866c4a5fe2cb5 (diff)
downloadslackbuilds-4fc2797e471453fdcb10976ba55e7ddf93bc0cd2.tar.gz
system/autojump: Updated for version 22.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/autojump/README')
-rw-r--r--system/autojump/README22
1 files changed, 21 insertions, 1 deletions
diff --git a/system/autojump/README b/system/autojump/README
index 96c3829425..31863dd081 100644
--- a/system/autojump/README
+++ b/system/autojump/README
@@ -4,4 +4,24 @@ command line. The jumpstat command shows you the current contents
of the database. 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.
+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.