2014-05-06 sshでログインしたときだけ、特定の環境変数をセットする if [ -n "${SSH_TTY}" ]; then export GTK_IM_MODULE=xim export QT_IM_MODULE=xim export XMODIFIERS=@im=ibus fi