Skip to content

Instantly share code, notes, and snippets.

@Ron-Lavi
Created July 14, 2020 09:14
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 Ron-Lavi/0a197d89c8602b98e64e5ff48fdf0fe2 to your computer and use it in GitHub Desktop.
Save Ron-Lavi/0a197d89c8602b98e64e5ff48fdf0fe2 to your computer and use it in GitHub Desktop.
ssh config locale
ssh-enUS ()
{
LANG="en_US.UTF-8" LC_ADDRESS="$LANG" LC_IDENTIFICATION="$LANG" LC_MEASUREMENT="$LANG" LC_MONETARY="$LANG" LC_NAME="$LANG" LC_NUMERIC="$LANG" LC_PAPER="$LANG" LC_TELEPHONE="$LANG" LC_TIME="$LANG" LC_ALL="$LANG" /usr/bin/ssh $@
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment