i using oh-my-zsh, and i have installed gem - rubocop, also i added to sublime setting
"paths":
{
"osx":
[
"/Users/valerijtutaev/.rbenv/shims"
]
},
but linter looking to wrong directory - /usr/bin/ruby
how can i tell to looking in to "/Users/valerijtutaev/.rbenv/shims" instead of "/usr/bin/ruby" ?