Skip to content

Instantly share code, notes, and snippets.

/.zshrc Secret

Created June 28, 2015 21:42
Show Gist options
  • Save anonymous/eeb38a8a64ffe3859975 to your computer and use it in GitHub Desktop.
Save anonymous/eeb38a8a64ffe3859975 to your computer and use it in GitHub Desktop.
function vi {
TEMPVER="$RUBY_VERSION"
chruby 2.1.5
/usr/local/Cellar/macvim/HEAD/bin/mvim "$1"
chruby "$TEMPVER"
}
alias vim="vi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment