-
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
mac big sur uses zsh #2300
mac big sur uses zsh #2300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't actually work, because the install script is written to only work in bash.
It must always be used with | bash
, regardless of what your current shell is.
it does seem to correctly target the updates necessary for .zshrc file though. |
In that case, I'd prefer something more generic like What does your |
echo $SHELL |
In that case, I'd expect #2260 to address it a bit? |
I'd say all the scripts are fine - just readme seems misdirectional. having a link that sends them off to another page maybe fine. dash ksh |
If in fact it already works in all supported shells, I'd be fine changing the |
The installation script explicitly states that it uses bash (shebang line), so piping it into Lines 1 to 2 in 21c0c05
|
@ljharb in view of this, would we like to close this ? or would we still want to pursue a PR in which we pipe it with other shells, although it might risk the backward compatibility |
Yes, I think the proper solution is to improve the install script's shell detection behavior. |
No description provided.