Skip to content

Instantly share code, notes, and snippets.

@mjul
Created January 4, 2018 10:36
Show Gist options
  • Save mjul/07e44af6532f31a430bf015995f16c3c to your computer and use it in GitHub Desktop.
Save mjul/07e44af6532f31a430bf015995f16c3c to your computer and use it in GitHub Desktop.
Set SSH Mac to Linux locale
export LC_ALL=da_DK.utf8
Sometimes the locale is not set correctly when SSH'ing into a Linux box from Mac.
Add this file to `~/.i18n` to set it (Linux sources it via `/etc/profile.d/lang.sh`) to set a locale.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment