ubuntu,debian,redhat,fedora,centos
« »

Debian/Ubuntu:让apt-get install 有自动补齐功能

在 ~/.bashrc 里加入以下几行就行了。

# enable programmable completion features
if [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
fi

您还可能感兴趣的内容

日志信息 »

该日志于2008-11-29 21:42由 admin 发表在Debian, Ubuntu分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

没有评论

发表评论 »

返回顶部