Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Created May 31, 2011 01:05
Show Gist options
  • Save takekazuomi/999711 to your computer and use it in GitHub Desktop.
Save takekazuomi/999711 to your computer and use it in GitHub Desktop.
switch LANG setting
if [ "$TERM" = "xterm" ]
then
export LANG=ja_JP.UTF-8
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment