Skip to content

Instantly share code, notes, and snippets.

@oyvindio
Created November 22, 2011 10:19
Show Gist options
  • Save oyvindio/1385361 to your computer and use it in GitHub Desktop.
Save oyvindio/1385361 to your computer and use it in GitHub Desktop.
# ~/.bash_profile
if [[ "$(uname)" =~ "Darwin" ]]
then
# os x sets locale vars to non-standard values. this sometimes causes
# encoding issues on remote machines
export LANG=en_GB.UTF-8
export LC_ALL=en_GB.UTF-8
export LC_CTYPE=en_GB.UTF-8
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment