Added Autojump plugin

See https://github.com/wting/autojump for more details.

Currently only supports the version installed through Homebrew on OS X.
Please feel free to provide a PR for supporting additional installation
options.
pull/696/head
Nils Winkler 2016-04-05 08:02:13 +02:00
parent cab3cf998b
commit 1e81df5004
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
cite about-plugin
about-plugin 'Autojump configuration, see https://github.com/wting/autojump for more details'
# Only supports the Homebrew variant at the moment.
# Feel free to provide a PR to support other install locations
if command -v brew &>/dev/null && [[ -s $(brew --prefix)/etc/profile.d/autojump.sh ]]; then
. $(brew --prefix)/etc/profile.d/autojump.sh
fi