Hacker News new | ask | show | jobs
by ComputerGuru 3062 days ago
Both support for `&&` and `||` (instead of `and` and `or`) as well as supporting `FOO=bar command` are under consideration for fish 3.0 to ease the migration path. The former is pretty much going to happen, the latter if we get around to it, DV.
1 comments

This would be much appreciated. I know there are a few people on my team that cam't use fish due to our npm scripts needing to be compatible with cmd
Why don’t your npm scripts specify /bin/sh as the interpreter?