mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Swapping gh with ghlp as 'gh' is reserved for the Github CLI. #9005
This commit is contained in:
parent
a6b5aede81
commit
f83bb65d47
2 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,8 @@ plugins=(... ruby)
|
|||
| gcb | `gem cert --build` | Build private key and self-signed certificate |
|
||||
| gclup | `gem cleanup -n` | Do not uninstall gem |
|
||||
| ggi | `gem generate_index` | Generate index file for gem server |
|
||||
| gh | `gem help` | Provide additional help |
|
||||
| ghlp | `gem help` | Provide additional help |
|
||||
| gl | `gem lock` | Generate a lockdown list of gems |
|
||||
| go | `gem open` | Open gem source in default editor |
|
||||
| goe | `gem open -e` | Open gem sources in preferred editor |
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ alias gcr="gem cert --remove"
|
|||
alias gcb="gem cert --build"
|
||||
alias gclup="gem cleanup -n"
|
||||
alias ggi="gem generate_index"
|
||||
alias gh="gem help"
|
||||
alias ghlp="gem help"
|
||||
alias gl="gem lock"
|
||||
alias go="gem open"
|
||||
alias goe="gem open -e"
|
||||
|
|
Loading…
Reference in a new issue