mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Fixed the rfind command in the ruby plugin
This commit is contained in:
parent
344aa14da3
commit
3d8a322fae
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…
Add table
Add a link
Reference in a new issue