打开终端:执行 kill -9 `(ps -ef | grep "SCIM_Extension" | grep -v grep | awk '{print $2}')``
或者把
alias restartSCIM="kill -9 `(ps -ef | grep "SCIM_Extension" | grep -v grep | awk '{print $2}')`"
添加到 ~/.zshrc(.bashrc)
或者把
alias restartSCIM="kill -9 `(ps -ef | grep "SCIM_Extension" | grep -v grep | awk '{print $2}')`"
添加到 ~/.zshrc(.bashrc)
