Skip to content

Commit

Permalink
Restore goland and kubectl plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 8, 2024
1 parent 42a6398 commit 0ecc0ef
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions aliases/golang.aliases.md → plugins/golang/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Aliases: `golang`
# Golang plugin

This adds some aliases for common [Golang](https://golang.org/) commands.
The `golang plugin` plugin adds some aliases for common [Golang](https://golang.org/) commands.

To use it, add `golang` to the plugins array of your bashrc file:

```
plugins=(... golang)
```

## Aliases

| Alias | Command | Description |
| ------- | ----------------------- | ------------------------------------------------------------- |
Expand Down
File renamed without changes.
12 changes: 10 additions & 2 deletions aliases/kubectl.aliases.md → plugins/kubectl/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Aliases: `kubectl`
# Kubectl plugin

This adds completion for the [Kubernetes cluster manager](https://kubernetes.io/docs/reference/kubectl/kubectl/),
This plugin 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:

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

## Aliases

| Alias | Command | Description |
|:--------|:------------------------------------|:-------------------------------------------------------------------------------------------------|
| k | `kubectl` | The kubectl command |
Expand Down
File renamed without changes.

0 comments on commit 0ecc0ef

Please sign in to comment.