Skip to content

Commit e8c737b

Browse files
Writing introduction
1 parent ac36c32 commit e8c737b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/pt-br/docs/tasks/tools/included/optional-kubectl-configs-bash-mac.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "bash auto-completion on macOS"
3-
description: "Some optional configuration for bash auto-completion on macOS."
2+
title: "Auto-completar no bash macOS"
3+
description: "Configurações opcionais do auto-completar do basch no macOS."
44
headless: true
55
_build:
66
list: never
77
render: never
88
publishResources: false
99
---
1010

11-
### Introduction
11+
### Introdução
1212

13-
The kubectl completion script for Bash can be generated with `kubectl completion bash`.
14-
Sourcing this script in your shell enables kubectl completion.
13+
O script de completar do bash pode ser gerado com `kubectl completion bash`.
14+
Ativando esse script no seu shell, habilita o auto-completar do kubectl.
1515

16-
However, the kubectl completion script depends on
17-
[**bash-completion**](https://github.com/scop/bash-completion) which you thus have to previously install.
16+
Entretanto, o script para auto-completar do kubectl depende de
17+
[**bash-completion**](https://github.com/scop/bash-completion) que você deve ter instalado com antecedência.
1818

1919
{{< warning>}}
2020
There are two versions of bash-completion, v1 and v2. V1 is for Bash 3.2

0 commit comments

Comments
 (0)