Swapping gh with ghlp as 'gh' is reserved for the Github CLI. #9005

This commit is contained in:
Robby Russell
2021-10-19 10:50:41 -07:00
parent a6b5aede81
commit f83bb65d47
2 changed files with 3 additions and 2 deletions

View File

@ -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"