This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#$ Usage Help | |
usage(){ | |
cat <<EOF | |
Usage: `basename $0` command | |
Description: | |
Collections of little tools. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 不使用LC_ALL,因为它会强制所有LC_*变量使用统一的locale | |
export LANG=zh_CN.UTF-8 | |
# 输入法 | |
export GTK_IM_MODULE=ibus | |
export XMODIFIERS=@im=ibus | |
export QT_IM_MODULE=ibus | |
ibus-daemon -x -d | |
exec ck-launch-session startkde |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 不使用LC_ALL,因为它会强制所有LC_*变量使用统一的locale | |
export LANG=zh_CN.UTF-8 | |
# input method | |
export GTK_IM_MODULE=ibus | |
export XMODIFIERS=@im=ibus | |
export QT_IM_MODULE=ibus | |
ibus-daemon -x -d |