mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Fixed the rfind command in the ruby plugin
This commit is contained in:
parent
5516f8c42b
commit
a49fcea9f5
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