소스 검색

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