Browse Source

Create README.MD

MoeClub 5 years ago
parent
commit
bd6cc0ea2f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      SecureCRT.SecureFX/README.MD

+ 6 - 0
SecureCRT.SecureFX/README.MD

@@ -0,0 +1,6 @@
+# locale
+```
+echo "[ -f \$HOME/.bashrc ] && source \$HOME/.bashrc" >$HOME/.zshrc
+echo "export LANG=zh_CN.UTF-8" >$HOME/.bashrc
+
+```