diff options
-rw-r--r-- | profile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -15,6 +15,19 @@ export VISUAL=$EDITOR | |||
15 | export TIG_EDITOR=$EDITOR | 15 | export TIG_EDITOR=$EDITOR |
16 | export GIT_EDITOR=$EDITOR | 16 | export GIT_EDITOR=$EDITOR |
17 | 17 | ||
18 | # IM for GUI | ||
19 | export LANG="zh-CN.UTF-8" | ||
20 | export LC_ALL="en_US.UTF-8" | ||
21 | # fcitx | ||
22 | export GTK_IM_MODULE="fcitx" | ||
23 | export QT_IM_MODULE="fcitx" | ||
24 | export XMODIFIERS="@im=fcitx" | ||
25 | export INPUT_METHOD="fcitx" | ||
26 | export XIM="fcitx" | ||
27 | export XIM_PROGRAM="fcitx" | ||
28 | export SDL_IM_MODULE="fcitx" | ||
29 | export GLFW_IM_MODULE="ibus" | ||
30 | |||
18 | # Get current shell | 31 | # Get current shell |
19 | shell=$(</proc/$$/cmdline sed -E 's/(.)-.+$/\1/' | tr -d '[\0\-]') | 32 | shell=$(</proc/$$/cmdline sed -E 's/(.)-.+$/\1/' | tr -d '[\0\-]') |
20 | export shell=${shell##*/} | 33 | export shell=${shell##*/} |