diff --git a/plugins/golang/README.md b/aliases/golang.aliases.md similarity index 90% rename from plugins/golang/README.md rename to aliases/golang.aliases.md index b0af07171..a17172cc6 100644 --- a/plugins/golang/README.md +++ b/aliases/golang.aliases.md @@ -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 diff --git a/plugins/golang/golang.plugin.sh b/aliases/golang.aliases.sh similarity index 100% rename from plugins/golang/golang.plugin.sh rename to aliases/golang.aliases.sh diff --git a/plugins/README.md b/plugins/README.md index e68bc4e9c..f146a510f 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -38,7 +38,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. | | 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. | | progress | Insufficient information provided to give a precise description. |