Fixed the rfind command in the ruby plugin

This commit is contained in:
Patrick Lindborg 2012-01-02 21:48:19 +01:00
parent 5516f8c42b
commit a49fcea9f5
1 changed files with 1 additions and 1 deletions

View File

@ -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'