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

zsh support #10

Closed
san983 opened this issue Aug 14, 2018 · 3 comments
Closed

zsh support #10

san983 opened this issue Aug 14, 2018 · 3 comments

Comments

@san983
Copy link

san983 commented Aug 14, 2018

Add zsh support. Currently I'm getting. Will try to fetch a solution for this

$ docker ps | rb drop 1
Traceback (most recent call last):
ruby: No such file or directory -- drop (LoadError)
@thisredone
Copy link
Owner

I'm able to run it on zsh no problem.
Is /usr/bin/env ruby -v working for you?

@san983
Copy link
Author

san983 commented Aug 15, 2018

Sorry @thisredone, actually it works. Just realised that I have an alias to ruby named rb, and it was taking it instead of your script.
So, I'm just cloning the the script as rby and works as a charm
Thanks!

@san983 san983 closed this as completed Aug 15, 2018
@romeroabelleira
Copy link

This happened to me when using rb with yadr https://github.com/skwp/dotfiles
Fixed it by mv /usr/local/bin/rb /usr/local/bin/rby

Sorry @thisredone, actually it works. Just realised that I have an alias to ruby named rb, and it was taking it instead of your script.
So, I'm just cloning the the script as rby and works as a charm
Thanks!

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

No branches or pull requests

3 participants