Skip to content

Instantly share code, notes, and snippets.

@fike
Last active December 3, 2016 14:51
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 fike/1c444fbd086f770f7a598527587f40e1 to your computer and use it in GitHub Desktop.
Save fike/1c444fbd086f770f7a598527587f40e1 to your computer and use it in GitHub Desktop.
Set locale variable on OSX to use mosh
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment