mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
Add autojump plugin
This commit is contained in:
parent
7c3d12c7de
commit
31ef619967
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