mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
add alias descriptions
This commit is contained in:
parent
8d3cafca3e
commit
6c721e6f95
1 changed files with 6 additions and 6 deletions
|
@ -7,11 +7,11 @@ To use it, add `gem` to the plugins array in your zshrc file:
|
||||||
```zsh
|
```zsh
|
||||||
plugins=(... gem)
|
plugins=(... gem)
|
||||||
```
|
```
|
||||||
|
|
||||||
## Aliases
|
## Aliases
|
||||||
|
|
||||||
| Alias | Command |
|
| Alias | Command | Description |
|
||||||
|-------|-----------------------|
|
|----------------------|-------------------------------|--------------------------------------------|
|
||||||
| gemb | `gem build *.gemspec` |
|
| gemb | `gem build *.gemspec` | Build a gem from a gemspec |
|
||||||
| gemp | `gem push *.gem` |
|
| gemp | `gem push *.gem` | Push a gem up to the gem server |
|
||||||
| gemy | `gem yank $1 -v $2` |
|
| gemy [gem] [version] | `gem yank [gem] -v [version]` | Remove a pushed gem version from the index |
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue