mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #799 from plindborg/ruby-plugin-fix
Fixed the rfind command in the ruby plugin
This commit is contained in:
commit
35de0e1e63
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
alias sgem='sudo gem'
|
||||
|
||||
# Find ruby file
|
||||
alias rfind='find . -name *.rb | xargs grep -n'
|
||||
alias rfind='find . -name "*.rb" | xargs grep -n'
|
||||
|
|
Loading…
Reference in a new issue