Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
26d97a9355d37c55e0b044d8dafc425cc0ca7217
26d97a9355d37c55e0b044d8dafc425cc0ca7217
Switch branch/tag
oh-my-zsh
plugins
ruby
ruby.plugin.zsh
Find file
Normal view
History
Permalink
ruby.plugin.zsh
87 Bytes
Edit
Web IDE
Newer
Older
Initial implementation of a new plugin system, so that people can managed...
Robby Russell
committed
Jun 03, 2010
1
2
3
4
alias
sgem
=
'sudo gem'
# Find ruby file
alias
rfind
=
'find . -name *.rb | xargs grep -n'