|
发表于 2006-9-10 21:10:30
|
显示全部楼层
UTF-8下正确启动zhcon的方法:
另外,如果你想更自动些,可以在你的~/.bash_profile的最后加入:- #start zhcon
- if [ -z "$DISPLAY" ] && [ "$TERM" == "linux" ] && [ -x /usr/bin/zhcon ];then
- exec zhcon --utf8
- fi
复制代码 这样,你登录linux终端的时候会启动zhcon,而在X下启动虚拟终端则不会调用zhcon。 |
|