Skip to content

Config Linux terminal support Chinese

方法:修改系统变量LANG

即时生效

LANG=en_US.UTF-8

永久生效

修改.bashrc,加入

if [ "$TERM"="linux" ] ; then
  export LANG=en_US.UTF-8
fi

Disclaimer
  1. License under CC BY-NC 4.0
  2. Copyright issue feedback me#imzye.me, replace # with @
  3. Not all the commands and scripts are tested in production environment, use at your own risk
  4. No privacy information is collected here
Try iOS App