Chinaunix首页 | 论坛 | 博客
  • 博客访问: 159633
  • 博文数量: 49
  • 博客积分: 1291
  • 博客等级: 中尉
  • 技术积分: 537
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-24 14:10
文章分类

全部博文(49)

文章存档

2015年(3)

2014年(4)

2013年(15)

2011年(1)

2008年(22)

2007年(4)

我的朋友

分类: LINUX

2008-05-23 15:20:01

.去掉 vi 中的颜色
 
vi ~./.vimrc
 
--------------
syntax off
-------------------
 
.去掉shell 中的颜色.
 
dircolors -p > ~/.dir_colors
编辑 ~/.dir_colors,
 
NORMAL 00 # global default, although everything should be something.
FILE 00  # normal file
DIR 00  # directory
LINK 00  # symbolic link
FIFO 00 # pipe
SOCK 00 # socket
BLK 00 # block device driver
CHR 00  # character device driver
ORPHAN 00  # orphaned syminks
MISSING 01;05;37;41 # ... and the files they point to
 
阅读(966) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~