Comment on Fish Shell 3.5.0parentComments−mk124yHave you tried it recently? It's gotten a lot better. The following commands used to not work, but now they all do: true && echo hi false || echo hi export VAR=1 VAR=1 somecommand echo "$(echo substitution)"
Comments
Have you tried it recently? It's gotten a lot better. The following commands used to not work, but now they all do: