You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh-cn/docs/tasks/tools/included/optional-kubectl-configs-bash-linux.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,12 @@
1
1
---
2
-
title: "Linux 系统中的 bash 自动补全功能"
3
-
description: "Linux 系统中 bash 自动补全功能的一些可选配置。"
2
+
title: "Linux 系统中的 Bash 自动补全功能"
3
+
description: "Linux 系统中 Bash 自动补全功能的一些可选配置。"
4
4
headless: true
5
5
---
6
6
<!--
7
-
---
8
7
title: "bash auto-completion on Linux"
9
8
description: "Some optional configuration for bash auto-completion on Linux."
10
9
headless: true
11
-
---
12
10
-->
13
11
14
12
<!--
@@ -22,7 +20,7 @@ The kubectl completion script for Bash can be generated with the command `kubect
22
20
However, the completion script depends on [**bash-completion**](https://github.com/scop/bash-completion), which means that you have to install this software first (you can test if you have bash-completion already installed by running `type _init_completion`).
0 commit comments