|
|
发表于 2008-2-8 21:06:20
|
显示全部楼层
Post by 大连天空;1814335
nano ~/.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
这个是什么意思啊??没看懂啊 |
|