瀏覽代碼

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

dzp 1 月之前
父節點
當前提交
10773ae543
共有 1 個文件被更改,包括 1 次插入1 次删除
  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