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 plugin for rez #451

Closed
suryakiran opened this issue Aug 13, 2017 · 1 comment
Closed

zsh plugin for rez #451

suryakiran opened this issue Aug 13, 2017 · 1 comment

Comments

@suryakiran
Copy link

I'm using Rez version 2.13.1 on Ubuntu 16.10. The zsh plugin for rez is non-existent. Any plans on introducing it in future releases ? If not, I'd like to know what is the way to write a new shell plugin.

Thanks,
Surya

@instinct-vfx
Copy link
Contributor

I don't know if anyone has a zsh plugin or wants to work on one. But to create a new shell plugin you'd probably start by inheriting the UnixShell class ( found in https://github.com/nerdvegas/rez/blob/master/src/rez/shells.py) and implement all the methods.

You can look at the other shells to get a better idea of what each of the methods do.

Cheers,
Thorsten

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

2 participants