Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created February 16, 2011 02:06
Show Gist options
  • Save mdaisuke/828720 to your computer and use it in GitHub Desktop.
Save mdaisuke/828720 to your computer and use it in GitHub Desktop.
bash profile to read bashrc
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
export LANG=ja_JP.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment