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
17088c64
Commit
17088c64
authored
Sep 25, 2015
by
Piotr Gaczkowski
Browse files
Fix invalid test expression.
parent
76a26a2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/chruby/chruby.plugin.zsh
View file @
17088c64
...
...
@@ -24,7 +24,7 @@ _homebrew-installed() {
}
_chruby-from-homebrew-installed
()
{
[
-r
$(
brew
--prefix
chruby
)
]
&> /dev/null
[
-r
$(
brew
--prefix
chruby
)
]
&> /dev/null
}
_ruby-build_installed
()
{
...
...
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