南风轩

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年3月23日

摘要: 1、将下面的代码拷贝到~/.bash_login中,可以让man有颜色 export LESS_TERMCAP_mb=$'\E[01;31m' export LESS_TERMCAP_md=$'\E[01;31m' export LESS_TERMCAP_me=$'\E[0m' export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_so=$'\E[... 阅读全文
posted @ 2010-03-23 18:41 南风轩 阅读(3394) 评论(0) 推荐(0) 编辑