-
Notifications
You must be signed in to change notification settings - Fork 958
Support tcsh #2311
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
Comments
Going to fix this as part of #2106 (comment), any further pointers you can provide on |
I'm inclined to say "You chose to shoot yourself in the foot by using a *csh, you get to keep all the splattered bloody bone fragments" but if @workingjubilee wants to have a go at supporting them too then I won't stop them. We'd need a |
To be clear, I don't have the faintest of how fish works, aside from "surprisingly differently", so while I will probably engage a refactoring step that will make it easier to add stuff for the fish shell, I have no firm intention of making it work. |
@rustbot label: +O-bsd |
@workingjubilee this is unrelated to BSD, you can install tcsh on any machine. In my case this was CentOS 8, but I've used it on ubuntu as well. |
@rustbot label: -O-bsd |
I think this is a misfeature tbh. |
Describe the problem you are trying to solve
The environment variable script in
~/.cargo/env
does not support tcsh.Describe the solution you'd like
Either have two different scripts depending on the shell detected, or add 'compatibility' using something like https://superuser.com/a/373964/709183.
Notes
I'm fine if the shell isn't determined automatically as long as there's a way to select a different one.
I can go in and edit the env file by hand, but it's annoying.
The text was updated successfully, but these errors were encountered: