0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

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

View file

@ -3,4 +3,4 @@
alias sgem='sudo gem' alias sgem='sudo gem'
# Find ruby file # Find ruby file
alias rfind='find . -name *.rb | xargs grep -n' alias rfind='find . -name "*.rb" | xargs grep -n'