mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Initial implementation of a new plugin system, so that people can managed which aliases/functions they want.
This commit is contained in:
parent
073d75e490
commit
210a72b441
9 changed files with 69 additions and 64 deletions
4
plugins/ruby.plugin.zsh
Normal file
4
plugins/ruby.plugin.zsh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
alias sgem='sudo gem'
|
||||
|
||||
# Find ruby file
|
||||
alias rfind='find . -name *.rb | xargs grep -n'
|
||||
Loading…
Add table
Add a link
Reference in a new issue