docs: update centos/software

This commit is contained in:
Administrator 2021-08-05 09:05:06 +00:00 committed by John Smith
parent a01168ab12
commit c96821843e

View File

@ -2,7 +2,7 @@
title: 常用软件安装 title: 常用软件安装
description: CentOS中常用软件的安装 description: CentOS中常用软件的安装
published: true published: true
date: 2021-08-05T09:04:24.018Z date: 2021-08-05T09:05:05.279Z
tags: centos tags: centos
editor: markdown editor: markdown
dateCreated: 2021-08-03T08:44:11.452Z dateCreated: 2021-08-03T08:44:11.452Z
@ -24,10 +24,13 @@ $ yum install -y net-tools.x86_64
``` ```
# bash-completion自动补全 # bash-completion自动补全
1. 安装
```bash ```bash
$ yum install -y bash-completion $ yum install -y bash-completion
``` ```
2. 退出当前shell重新登录
# vim # vim
```bash ```bash
$ yum install -y vim $ yum install -y vim