Skip to content

Commit 1a10336

Browse files
gamba47ramrodo
andauthored
Apply suggestions from code review
Suggestions accepted Co-authored-by: Rodolfo Martínez Vega <[email protected]>
1 parent 02d095b commit 1a10336

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "autocompletado con fish"
3-
description: "Configuracion Opcional para habilitar el autocompletado en la shell fish."
3+
description: "Configuración opcional para habilitar el autocompletado en la shell fish."
44
headless: true
55
_build:
66
list: never
@@ -12,13 +12,13 @@ _build:
1212
El autocompletado para Fish necesita de kubectl versión 1.23 o superior.
1313
{{< /note >}}
1414

15-
El script de autocompletado de Fish para kubectl puede ser generado con el comando `kubectl completion fish`. Ejecutando este comando en su shell habilitará el autocompletado de kubectl para fish.
15+
El script de autocompletado de Fish para kubectl puede ser generado con el comando `kubectl completion fish`. Ejecutando este comando en tu shell habilitará el autocompletado de kubectl para Fish.
1616

17-
Para qué funcione en sus futuras sesiones shell, debe agregar la siguiente línea al archivo `~/.config/fish/config.fish`:
17+
Para qué funcione en sus futuras sesiones shell, debes agregar la siguiente línea al archivo `~/.config/fish/config.fish`:
1818

1919
```shell
2020
kubectl completion fish | source
2121
```
2222

23-
Después de recargar su shell el autocompletado para kubectl estará funcionando automáticamente.
23+
Después de recargar tu shell, el autocompletado para kubectl estará funcionando automáticamente.
2424

0 commit comments

Comments
 (0)