Skip to content

Commit

Permalink
aliases/brew: Move brew plugin to aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Sep 5, 2024
1 parent 205c2b6 commit 8b5cc37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/brew/README.md → aliases/brew.aliases.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# brew plugin

The plugin adds several aliases for common [brew](https://brew.sh) commands.
The adds several aliases for common [brew](https://brew.sh) commands.

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

```bash
plugins=(... brew)
aliases=(... brew)
```

## Aliases
Expand Down
File renamed without changes.

0 comments on commit 8b5cc37

Please sign in to comment.