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 350ec6e3d..5cf847aa6 100644 --- a/plugins/README.md +++ b/plugins/README.md @@ -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. |