Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
6c721e6f
"vscode:/vscode.git/clone" did not exist on "d3b867d96739db83be762c607cc6f978429250a4"
Unverified
Commit
6c721e6f
authored
Oct 04, 2018
by
Marc Cornellà
Committed by
GitHub
Oct 04, 2018
Browse files
add alias descriptions
parent
8d3cafca
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/gem/README.md
View file @
6c721e6f
...
@@ -7,11 +7,11 @@ To use it, add `gem` to the plugins array in your zshrc file:
...
@@ -7,11 +7,11 @@ To use it, add `gem` to the plugins array in your zshrc file:
```
zsh
```
zsh
plugins
=(
... gem
)
plugins
=(
... gem
)
```
```
## Aliases
| Alias | Command |
## Aliases
|-------|-----------------------|
| gemb |
`gem build *.gemspec`
|
| gemp |
`gem push *.gem`
|
| gemy |
`gem yank $1 -v $2`
|
| Alias | Command | Description |
|----------------------|-------------------------------|--------------------------------------------|
| gemb |
`gem build *.gemspec`
| Build a gem from a gemspec |
| gemp |
`gem push *.gem`
| Push a gem up to the gem server |
| gemy [gem] [version] |
`gem yank [gem] -v [version]`
| Remove a pushed gem version from the index |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment