Created
April 5, 2019 10:13
-
-
Save chenshaoju/59059d0de2d268d952191a21de45c8cd to your computer and use it in GitHub Desktop.
Set tty as English.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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