0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

Updating some gem command reference

# Updating some gem command reference
gem_info,gem help , etc.
This commit is contained in:
Sayan Roy 2020-06-07 12:14:55 +05:30 committed by GitHub
parent 94e784360e
commit edbd86cd95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,14 @@ alias rb="ruby"
alias gin="gem install"
alias gun="gem uninstall"
alias gli="gem list"
alias gi="gem info"
alias giall="gem info --all"
alias gca="gem cert --add"
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 gl="gem lock"
alias go="gem open"
alias goe="gem open -e"