|
|
发表于 2005-7-25 02:24:18
|
显示全部楼层
Post by linzchang
~/.bashrc 这个文件我有阿, 可是还是没颜色。
.bashrc内容如下:
# .bashrc
#FCITX
export XMODIFIERS="@im=fcitx"
export XIM=fcitx
export XIM_PROGRAM=fcitx
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
文档编码是utf8的, 用iconv转换成gb2312就可以了.
vi里显示颜色需要设置syntax on, 也要支持相应的语法 |
|