Why aren’t new terminals that use another language? It seems so antiquated getting errors for not writing the functions in the correct order among other things.
Why aren’t new terminals that use another language? It seems so antiquated getting errors for not writing the functions in the correct order among other things.
While it possible, the syntax is different. For sub commands Bash uses
$()
while Fish only uses()
. Also. The double bang does not exist in fish. I don’t know why and don’t know of an alternative in fish.