存档

文章标签 ‘debian’

Add Bash Completion In Debian

2010年3月16日 2 条评论

Bash completion is a useful tool for completion of file paths, commands etc. By default it is enabled on Ubuntu but not on Debian. With two simple steps it can also be enabled on Debian.

1. Install bash-completion

First of all we need the install the according package:
阅读全文...

分类: Linux 标签: , ,

debian设置vim颜色与SecureCRT颜色命令行终端颜色(彩色的文件及文件夹)

2010年2月25日 没有评论

在debian下设置vim的颜色,需要更改vimrc这个文件,改动前请记得备份,以防修改错误。

debian:~# cp /etc/vim/vimrc /etc/vim/vimrc.bak

编辑vimrc文件

debian:~# vi /etc/vim/vimrc

阅读全文...

分类: Linux 标签: , , , ,