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
Ohmyzsh
68f893cbe05e5a84adf7f26a0ed7492af6e03def
68f893cbe05e5a84adf7f26a0ed7492af6e03def
Switch branch/tag
ohmyzsh
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'