原文链接:https://www.w11.site/archlinuxlinux-zhongduanzidongbuquan/

安装脚本 bash-completion

pacman -S  bash-completion

即 在 .bash_profile 里加

if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi

 

转载于:https://my.oschina.net/wangluxunteng/blog/716965

Logo

更多推荐