Skip to content

Instantly share code, notes, and snippets.

@masarugen
Created December 12, 2012 05:52
Show Gist options
  • Save masarugen/4265177 to your computer and use it in GitHub Desktop.
Save masarugen/4265177 to your computer and use it in GitHub Desktop.
export EDITOR=/Applications/MacVim.app/Contents/MacOS/Vim
alias vi='env LANG=ja_JP.UTF-8 /Applications/MacVim.app/Contents/MacOS/Vim "$@"'
alias vim='env LANG=ja_JP.UTF-8 /Applications/MacVim.app/Contents/MacOS/Vim "$@"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment