Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
6
.oh-my-zsh/plugins/ruby/ruby.plugin.zsh
Normal file
6
.oh-my-zsh/plugins/ruby/ruby.plugin.zsh
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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'
|
Reference in New Issue
Block a user