Config Linux terminal support Chinese
方法:修改系统变量LANG
即时生效
LANG=en_US.UTF-8
永久生效
修改.bashrc,加入
if [ "$TERM"="linux" ] ; then
export LANG=en_US.UTF-8
fi
Disclaimer
- License under
CC BY-NC 4.0
- Copyright issue feedback
me#imzye.me
, replace # with @ - Not all the commands and scripts are tested in production environment, use at your own risk
- No privacy information is collected here