Commit a49fcea9 authored by Patrick Lindborg's avatar Patrick Lindborg
Browse files

Fixed the rfind command in the ruby plugin

parent 5516f8c4
......@@ -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'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment