Skip to content

Instantly share code, notes, and snippets.

@iraycd
Created October 1, 2012 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iraycd/3812207 to your computer and use it in GitHub Desktop.
Save iraycd/3812207 to your computer and use it in GitHub Desktop.
.bash_profile
export LANG="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
export LC_MESSAGES="en_US.UTF-8"
export LC_MONETARY="en_US.UTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LC_TIME="en_US.UTF-8"
export LC_ALL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment