Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions plugins/golang/README.md → aliases/golang.aliases.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Golang plugin

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

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

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

## Aliases
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ By leveraging these plugins, you can streamline your workflow and tackle coding
| gcloud | Command-line tools for interacting with Google Cloud Platform (GCP). |
| git | Distributed version control system for managing the history of changes in software projects. |
| goenv | Tool for managing Go versions within a development environment. |
| golang | The Go programming language, along with its tools and standard libraries. |
| kubectl | Command-line tool for interacting with Kubernetes clusters. |
| npm | Package manager for Node.js facilitating installation and management of project dependencies. |
| nvm | Node.js version manager allowing easy switching between different Node.js versions. |
Expand Down