Skip to content

Commit

Permalink
Merge branch 'golang' of github.com:RobLoach/oh-my-bash
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 5, 2024
2 parents 8c5d0cc + cb6934a commit 205c2b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
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 @@ -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. |
Expand Down

0 comments on commit 205c2b6

Please sign in to comment.