mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 22:55:00 +08:00
Use en_US as default language in terminal emulator
This commit is contained in:
parent
db646dd90c
commit
5b810e4dad
2 changed files with 2 additions and 1 deletions
|
|
@ -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
1
.config/zsh/.zshenv
Normal file
|
|
@ -0,0 +1 @@
|
|||
LANG=en_US.UTF-8
|
||||
Loading…
Add table
Add a link
Reference in a new issue