You are missing the export
in your ~/.bashrc
.
export LC_ALL=zh_CN.UTF-8
When you login to your user in the remote server via ssh
, the ~/.bashrc
of that user will get sourced and the locale
will be set.
You are missing the export
in your ~/.bashrc
.
export LC_ALL=zh_CN.UTF-8
When you login to your user in the remote server via ssh
, the ~/.bashrc
of that user will get sourced and the locale
will be set.