This website works better with JavaScript
Home
Explore
Help
Sign In
HonorLee
/
ohmyzsh
mirror of
https://github.com/ohmyzsh/ohmyzsh.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add autojump plugin
Jacob Atzen
14 years ago
parent
7c3d12c7de
commit
31ef619967
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
plugins/autojump/autojump.plugin.zsh
+ 3
- 0
plugins/autojump/autojump.plugin.zsh
View File
@@ -0,0 +1,3 @@
+if [ -f `brew --prefix`/etc/autojump ]; then
+ . `brew --prefix`/etc/autojump
+fi