You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@elle It looks like you modified PATH in your ~/.zshrc to appease Homebrew. I'd suggest removing the PATH="...:$PATH" line from your ~/.zshrc file and instead reordering the lines in your /etc/paths file to something like:
This is a similar problem to #196 but for some reason, I cannot get vim to load correct Ruby version.
My dotfiles are are: https://github.com/elle/dotfiles
But for summary, I have the following set up:
I actually needed to move sourcing
chruby
to~/.zshenv
to be able to see it in vim.I also:
sudo mv /etc/zshenv /etc/zprofile
Still, in iTerm, I get:
...but in vim, I get:
Lastly, when checking the
$PATH
in vim, I get:And when I try to run a test file via
vim-test
plugin, I get the following error:Any ideas why this is not working for me?
The text was updated successfully, but these errors were encountered: