mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02:00
Add autojump plugin
This commit is contained in:
parent
41b4bf4da5
commit
0694e3b0bf
1 changed files with 3 additions and 0 deletions
3
plugins/autojump/autojump.plugin.zsh
Normal file
3
plugins/autojump/autojump.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
if [ -f `brew --prefix`/etc/autojump ]; then
|
||||||
|
. `brew --prefix`/etc/autojump
|
||||||
|
fi
|
||||||
Loading…
Reference in a new issue