1. 提示找不到 E492: Not an editor command: PluginInstall
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/plugin/Vundle.vim
2. secureCrt配置代码高亮
http://www.linuxidc.com/Linux/2017-02/140837.htm
3.修改文件夹显示的颜色
http://www.360doc.com/content/16/1219/12/16021371_615971165.shtml
修改文件~/.dircolors,没有就建立一个
sudo dircolors -p > ~/.dircolors
把里面的目录颜色改为
DIR 01;37 # directory
./bashrc就会自动调用这个新的配置文件
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"