Commit 078cd4ae authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4759 from swrobel/patch-1

chruby plugin locals moved inside function
parents 9df79bc2 3dfd2166
...@@ -16,9 +16,6 @@ ...@@ -16,9 +16,6 @@
# rvm and rbenv plugins also provide this alias # rvm and rbenv plugins also provide this alias
alias rubies='chruby' alias rubies='chruby'
local _chruby_path
local _chruby_auto
_homebrew-installed() { _homebrew-installed() {
whence brew &> /dev/null whence brew &> /dev/null
} }
...@@ -42,6 +39,9 @@ if _ruby-build_installed; then ...@@ -42,6 +39,9 @@ if _ruby-build_installed; then
fi fi
_source_from_omz_settings() { _source_from_omz_settings() {
local _chruby_path
local _chruby_auto
zstyle -s :omz:plugins:chruby path _chruby_path zstyle -s :omz:plugins:chruby path _chruby_path
zstyle -s :omz:plugins:chruby auto _chruby_auto zstyle -s :omz:plugins:chruby auto _chruby_auto
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment