Skip to content

Instantly share code, notes, and snippets.

@mrnugget
Created April 30, 2012 08:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnugget/2556416 to your computer and use it in GitHub Desktop.
Save mrnugget/2556416 to your computer and use it in GitHub Desktop.
Get ctags and rbenv working with MacVim and ZSH
export PATH="$HOME/.rbenv/bin:/usr/local/bin:$PATH"
eval "$(rbenv init -)"
typeset -U PATH
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment