CentOS 安装tab命令补全
# 安装epel源
yum -y install epel-release
# 加快yun速度
yum -y install yum-plugin-fastestmirror
# 安装bash-completion
yum -y install bash-completion
# 立即生效或者退出终端重新登录
source /etc/profile.d/bash_completion.sh
版权声明:
作者:Akiraka
链接:https://www.akiraka.net/linux/51.html
来源:Akiraka
文章版权归作者所有,未经允许请勿转载。
THE END
0
二维码
海报
CentOS 安装tab命令补全
# 安装epel源
yum -y install epel-release
# 加快yun速度
yum -y install yum-plugin-fastestmirror
# 安装bash-completion
yum -y install bash-completion
……
文章目录
关闭