This website works better with JavaScript.
Explore
Help
Sign In
xenua
/
prezto
Watch
1
Star
0
Fork
You've already forked prezto
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
Add autojump plugin
Jacob Atzen
14 years ago
parent
41b4bf4da5
commit
0694e3b0bf
1 changed files
with
3 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
3
plugins/autojump/autojump.plugin.zsh
3
plugins/autojump/autojump.plugin.zsh
Unescape
Escape
View File
@ -0,0 +1,3 @@
if
[
-f
`
brew --prefix
`
/etc/autojump
]
;
then
.
`
brew --prefix
`
/etc/autojump
fi
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
xenua/prezto
Title
Body
Create Issue