diff options
author | Brenton Earl <brent@exitstatusone.com> | 2016-12-15 06:52:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-15 22:32:01 +0700 |
commit | 55c1634612f683faff6330b8e0f00500a80c206f (patch) | |
tree | 2d8c30627ee7f1b15f5c7d1c8dee113aab164ef5 /system/autojump/README.SBo | |
parent | c36a86c54707daf73690070a6bb203f8826d7b7f (diff) | |
download | slackbuilds-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.SBo')
-rw-r--r-- | system/autojump/README.SBo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/system/autojump/README.SBo b/system/autojump/README.SBo new file mode 100644 index 0000000000..3ab2660fbe --- /dev/null +++ b/system/autojump/README.SBo @@ -0,0 +1,27 @@ +Installation +------------ + +Add the following to your .bashrc: + +[[ -s /etc/profile.d/autojump.sh ]] && source /etc/profile.d/autojump.sh + +You must open a new shell for autojump to become active. You may +also need to log in and out of your desktop environment. + +Usage +----- + +$ cd /tmp +$ cd /home +$ cd /var +$ cd /var/log +$ j tmp +$ j log +$ jo /home +$ j -s + +The "j" command drops you back into each directory. The "jo" +command will launch a file manager for the home directory if +you are using a graphical environment. Adding "-s" to the "j" +command will list your autojump database. See the man page +for further details. |