Debian 6.0.6 系统安装第三步: Bash参数补齐

1.# aptitude install bash-completion -y

2.# gedit ~/.bashrc

加入以下语句:

if[ -f /etc/bash_completion];then

      ./etc/bash_completion

fi


 

你可能感兴趣的:(Debian,Debian,bash,bash-completion,参数补齐)