From: R. Steve McKown Date: Mon, 18 Jan 2016 05:35:11 +0000 (-0700) Subject: bashrc: support autojump X-Git-Url: https://oss.titaniummirror.com/gitweb?p=smckown%2Fdotfiles.git;a=commitdiff_plain;h=d55acc1b64520f34128669919e04e020b7fd6fe4 bashrc: support autojump Autojump rocks. The prompt command is extended to maintain an MRU of directories, so that one can use 'j fragment' to jump to a directory with 'fragment' in its name. This should be a nice efficiency win. --- diff --git a/bashrc b/bashrc index 4a37172..1aa7316 100644 --- a/bashrc +++ b/bashrc @@ -170,6 +170,9 @@ alias android-disconnect="fusermount -u /media/tf300" # TinyOS source /opt/tinyos/tinyos.sh ~/workspace/tinyos-2.x +# Autojump +[ -f /usr/share/autojump/autojump.bash ] && . /usr/share/autojump/autojump.bash + # Make ctrl-W erase back to the next filename path (so stop at /). This makes # bash behave more like vim. #stty -a | grep werase