💻 Software
What's at Risk with Switching to ZSH?
Fresh7 days ago
Mar 15, 202612191 viewsConfidence Score0%
0%
Problem
Most advice for Mac is written assuming you use the Bash shell. If I switch to zsh, how incompatible do I become with current Bash scripts that I have on my system, and advice people on SU give me? Does the line at the beginning of my scripts help? Edit: Irrelevant to the question is why I want to …
Error Output
#!/bin/sh
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: What's at Risk with Switching to ZSH?
Low Risk
The shebang line you show means to run the script using the Bourne shell (or another shell in compatibility mode). Those scripts will likely continue to run using the same shell they are now if you switch to zsh as your interactive shell. The only w…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix