mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-04-23 23:03:29 +02:00
Add autojump plugin
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||
. `brew --prefix`/etc/autojump
|
||||
fi
|
||||
Reference in New Issue
Block a user