Use en_US as default language in terminal emulator

This commit is contained in:
rydesun 2020-02-02 21:10:08 +08:00
parent db646dd90c
commit 5b810e4dad
2 changed files with 2 additions and 1 deletions

View file

@ -19,7 +19,7 @@ fi
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
export LANG=zh_CN.utf8
export LANG=zh_CN.UTF-8
# swap Caps_Lock and Escape
setxkbmap -option caps:swapescape

1
.config/zsh/.zshenv Normal file
View file

@ -0,0 +1 @@
LANG=en_US.UTF-8