diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:32:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2025-07-10 09:32:14 +0800 |
commit | a97bf72314ee73fa69bd52523aa7160487a663f8 (patch) | |
tree | 7a12be6dadbe6d3c0bd065c6a6c163bd54a183b0 /profile | |
parent | 9339a49fcbefeacd810800da39516853ce9e3af3 (diff) | |
parent | f51e9e8c25aa793ee5e9dcfa0582fc05689789ab (diff) |
Update
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##*/} |