Newer
Older
zsh_settings / .zsh_plugins / ruby / ruby.plugin.zsh
@aoi1049 aoi1049 on 5 Feb 2019 191 bytes first commit.
# TODO: Make this compatible with rvm.
#       Run sudo gem on the system ruby, not the active ruby.
alias sgem='sudo gem'

# Find ruby file
alias rfind='find . -name "*.rb" | xargs grep -n'