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
Ohmyzsh
Commits
047fcdc2
Commit
047fcdc2
authored
Dec 14, 2011
by
Robby Russell
Browse files
Merge pull request #743 from c089/autojump-macports
add support for autojump installed via macports
parents
220eccf0
3e7e52a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/autojump/autojump.plugin.zsh
View file @
047fcdc2
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