-
Notifications
You must be signed in to change notification settings - Fork 6
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 is the default in OSX Catalina and later #15
Comments
I'm happy to take pull request - but we need to support both old and new OSX's |
Fair enough @ranguard As a starting point I would approach shell detection like the below.
ZSH doesn't have to deal with notions such as installing-perl/scripts/install_perl_on_osx.sh Lines 39 to 56 in 7674a87
A refactoring of L76-L85 could accommodate both ZSH and BASH notions since the only variable is the file we're writing out to. installing-perl/scripts/install_perl_on_osx.sh Lines 76 to 85 in 7674a87
The last thing, and this is beyond the scope of this issue is the installing-perl/scripts/install_perl_on_osx.sh Lines 70 to 74 in 7674a87
|
Apple will set the Zsh as the default for any new user account that is created in macOS Catalina or later.
As a consequence the OSX setup script is likely outdated since it's assuming bash as the shell environment.
The text was updated successfully, but these errors were encountered: