08 2010 档案

让apt-get的自动补全打开
摘要:$ vi ~/.bashrc# enable programmable completion features # (you don't need to enable this, if it's already enabled in # /etc/bash.bashrc and /etc/profile# sources /etc/bash.bashrc).if [ -f /etc/bash_completion ]; then . /etc/bash_completionfi若发现/etc/bash_completion文件不存在, 则安装bash-completion$ s 阅读全文

posted @ 2010-08-22 17:01 MK2 阅读(3001) 评论(0) 推荐(1)