Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- maVen
- IntelliJ
- Mac
- ssh
- JavaScript
- Quartz
- 네트워크
- grep
- 단축키
- vscode
- bash
- xargs
- web.xml
- 줄바꿈 문자
- tomcat
- netsh
- Windows
- GIT
- Source
- plugin
- Eclipse
- VirtualBox
- resource
- find
- context
- Windows 10
- port
- profile
- lsof
- import
Archives
- Today
- Total
develog
[mac] zsh LANG 변경 본문
현재 언어 설정 확인
~$ echo $LANG
ko_KR.UTF-8
언어 설정 변경
~$ vi .zshrc
export LANG=en_US.UTF-8
~$ source .zshrc
변경된 언어 설정 확인
~$ echo $LANG
en_US.UTF-8
'OS & Shell > Mac' 카테고리의 다른 글
[mac] 시작 프로그램 등록 (0) | 2021.04.08 |
---|---|
[mac] Mac 키보드상의 Windows 키 (0) | 2021.03.30 |
[mac] tar --exclude, zip --exclude (0) | 2021.03.16 |
[fiddler] mac에서 localhost 트래픽 캡쳐안될 때 (0) | 2021.03.04 |
[mac] java decompiler jd-gui 소스 빌드로 설치 (0) | 2021.02.25 |