|
|
发表于 2006-6-4 08:30:05
|
显示全部楼层
un-comment the follow command in your ~.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_completion
fi |
|