Update 30.01.2022
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
# TODO: Make this compatible with rvm.
|
||||
# Run sudo gem on the system ruby, not the active ruby.
|
||||
# Run sudo gem on the system ruby, not the active ruby
|
||||
alias sgem='sudo gem'
|
||||
|
||||
# Find ruby file
|
||||
@@ -9,6 +8,19 @@ alias rfind='find . -name "*.rb" | xargs grep -n'
|
||||
alias rb="ruby"
|
||||
|
||||
# Gem Command Shorthands
|
||||
alias gin="gem install"
|
||||
alias gun="gem uninstall"
|
||||
alias gli="gem list"
|
||||
alias gein="gem install"
|
||||
alias geun="gem uninstall"
|
||||
alias geli="gem list"
|
||||
alias gei="gem info"
|
||||
alias geiall="gem info --all"
|
||||
alias geca="gem cert --add"
|
||||
alias gecr="gem cert --remove"
|
||||
alias gecb="gem cert --build"
|
||||
alias geclup="gem cleanup -n"
|
||||
alias gegi="gem generate_index"
|
||||
alias geh="gem help"
|
||||
alias gel="gem lock"
|
||||
alias geo="gem open"
|
||||
alias geoe="gem open -e"
|
||||
alias rrun="ruby -e"
|
||||
alias rserver="ruby -e httpd . -p 8080" # requires webrick
|
||||
|
||||
Reference in New Issue
Block a user