Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
3e7e52a2
Commit
3e7e52a2
authored
Dec 14, 2011
by
Christoph Neuroth
Browse files
add support for autojump installed via macports
parent
7c36ef7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/autojump/autojump.plugin.zsh
View file @
3e7e52a2
if
[
-f
`
brew
--prefix
`
/etc/autojump
]
;
then
if
[
-f
/opt/local/etc/profile.d/autojump.sh
]
;
then
.
/opt/local/etc/profile.d/autojump.sh
elif
[
-f
`
brew
--prefix
`
/etc/autojump
]
;
then
.
`
brew
--prefix
`
/etc/autojump
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment