Browse Source

chore: profile.sh 里的 LANG 环境变量写错了

dzp 1 month ago
parent
commit
10773ae543
1 changed files with 1 additions and 1 deletions
  1. 1 1
      profile.sh

+ 1 - 1
profile.sh

@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-export LANG=en_US.UTF8
+export LANG=en_US.UTF-8
 export TERM=xterm-256color
 export EDITOR=nvim