Comment on Fish Shell 3.5.0Comments−butterfly7714yI used to like fish, but because of compatibility issues, I went back to OMZ (:−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
I used to like fish, but because of compatibility issues, I went back to OMZ (:
Have you tried it recently? It's gotten a lot better. The following commands used to not work, but now they all do: