New features in the fish shell
New features in the fish shell
Posted Sep 30, 2020 17:54 UTC (Wed) by glasserc (subscriber, #108472)In reply to: New features in the fish shell by ibukanov
Parent article: New features in the fish shell
I'm a long-time fish user who feels the opposite way. I really like the regular syntax of the fish shell language (no [[, then, fi, esac) and introducing special syntax for and and or detracts from that. The linked discussion on Github also has additional arguments in both directions -- for example, && and & function very differently despite their apparent visual similarity; but also, complicated boolean conditions in if statements in fish are a little clumsy because only the first command (until the first semicolon) is the condition, so && helps mitigate that.
