Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created March 4, 2012 02:48
Show Gist options
  • Save ppworks/1970184 to your computer and use it in GitHub Desktop.
Save ppworks/1970184 to your computer and use it in GitHub Desktop.
.zshrc
export LANG=ja_JP.UTF-8
# homebrewを優先
export PATH=~/bin:/usr/local/bin:$PATH
# rvm
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment