Explorar el Código

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

dzp hace 1 mes
padre
commit
10773ae543
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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