one fable-low hijack cell
pair powershell / zsh
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked powershell (first-offered)
· classifierA
· tiernone
response (200 chars)
# PowerShell vs Zsh
## Quick note on the syntax
If you literally ran `powershell || zsh`, the `||` operator means "run `zsh` only if `powershell` fails to start." It's a fallback pattern.
## Compari
neighbors