Skip to content

Instantly share code, notes, and snippets.

@chenshaoju
Created April 5, 2019 10:13
Show Gist options
  • Save chenshaoju/59059d0de2d268d952191a21de45c8cd to your computer and use it in GitHub Desktop.
Save chenshaoju/59059d0de2d268d952191a21de45c8cd to your computer and use it in GitHub Desktop.
Set tty as English.
if [ "$TERM" = "linux" ];then
export LC_ALL="en_US.UTF-8"
export LANG="en_US.UTF-8"
export LANGUAGE="en_US"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment