mirror of https://github.com/ohmyzsh/ohmyzsh.git
Fixed the rfind command in the ruby plugin
parent
5516f8c42b
commit
a49fcea9f5
|
@ -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 New Issue