1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 23:40:39 +01:00

Add autojump plugin

This commit is contained in:
Jacob Atzen
2011-05-19 16:20:30 +02:00
parent 7c3d12c7de
commit 31ef619967

View File

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