1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 19:20:27 +00:00

Add autojump plugin

This commit is contained in:
Jacob Atzen 2011-05-19 16:20:30 +02:00
parent 41b4bf4da5
commit 0694e3b0bf

View File

@ -0,0 +1,3 @@
if [ -f `brew --prefix`/etc/autojump ]; then
. `brew --prefix`/etc/autojump
fi