Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed the rfind command in the ruby plugin #799

Merged
merged 1 commit into from
Jan 3, 2012

Conversation

plindborg
Copy link
Contributor

I tried to use rfind plugin in the ruby plugin. I experienced some problem with that command. I looked into it and found that adding "" to
alias rfind='find . -name *.rb | xargs grep -n'
solved the problem.

The string now look like this:
alias rfind='find . -name "*.rb" | xargs grep -n'

robbyrussell added a commit that referenced this pull request Jan 3, 2012
Fixed the rfind command in the  ruby plugin
@robbyrussell robbyrussell merged commit 35de0e1 into ohmyzsh:master Jan 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants