mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-08 22:54:42 +02:00
Fixed the rfind command in the ruby plugin
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user