CentOS 安装tab命令补全

前端之家收集整理的这篇文章主要介绍了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

或者退出终端重新登录

原文链接:https://www.f2er.com/centos/374995.html

猜你在找的CentOS相关文章