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
4204cfd2
Commit
4204cfd2
authored
Sep 26, 2015
by
Robby Russell
Browse files
Merge pull request #4408 from DoomHammer/fix-chruby-test-expression
Fix invalid test expression.
parents
a97a3086
17088c64
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/chruby/chruby.plugin.zsh
View file @
4204cfd2
...
@@ -24,7 +24,7 @@ _homebrew-installed() {
...
@@ -24,7 +24,7 @@ _homebrew-installed() {
}
}
_chruby-from-homebrew-installed
()
{
_chruby-from-homebrew-installed
()
{
[
-r
$(
brew
--prefix
chruby
)
]
&> /dev/null
[
-r
$(
brew
--prefix
chruby
)
]
&> /dev/null
}
}
_ruby-build_installed
()
{
_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