diff options
| -rw-r--r-- | Note/zsh.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Note/zsh.md b/Note/zsh.md new file mode 100644 index 0000000..76780f5 --- /dev/null +++ b/Note/zsh.md @@ -0,0 +1,3 @@ +The duplicate char, also solve the chinese display and input +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 |
