Skip to content

Commit

Permalink
aliases/kubectl: Move kubectl to aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 5, 2024
1 parent b246494 commit 9e47064
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/kubectl/README.md → aliases/kubectl.aliases.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Kubectl plugin

This plugin adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
This adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
as well as some aliases for common kubectl commands.

To use it, add `kubectl` to the plugins array in your bashrc file:
To use it, add `kubectl` to the aliases array in your bashrc file:

```bash
plugins=(... kubectl)
aliases=(... kubectl)
```

## Aliases
Expand Down
File renamed without changes.

0 comments on commit 9e47064

Please sign in to comment.