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