Browse Source

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

dzp 1 tháng trước cách đây
mục cha
commit
10773ae543
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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