Fish 3.4.0
fishshell.com
Fish 3.4.0
1–10 of 93 posts
Re: Fish 3.4.0
#2That's pretty big news for a more POSIX-like behaviour!
Re: Fish 3.4.0
#3Re: Fish 3.4.0
#4> fish’s command substitution syntax has been extended: $(cmd) now has the same meaning as (cmd) but it can be used inside double quotes That's pretty big news for a more POSIX-like behaviour!
Re: Fish 3.4.0
#5- Long-suffering bash user
Re: Fish 3.4.0
#6Re: Fish 3.4.0
#7Any other long-suffering bash user switched to fish and never looked back? Why? Have you switched and ended up coming back to bash? Why? - Long-suffering bash user
The defaults of fish are great and common tasks are simple. The for loop syntax was so intuitive I got it right the first time without checking Google (which I have to do every time I write a bash for loop).
Not much more to say I think.
Re: Fish 3.4.0
#8Re: Fish 3.4.0
#9Re: Fish 3.4.0
#10Any other long-suffering bash user switched to fish and never looked back? Why? Have you switched and ended up coming back to bash? Why? - Long-suffering bash user
Switched and never came back. Always recommend people to use fish if they're not the "customize everything everywhere to my liking" type. The defaults of fish are great and common tasks are simple. The for loop syntax was so intuitive I got it right the first time without checking Google (which I have to do every time I write a bash for loop). Not much more to say I think.
These days, I'm playing with xonsh[0]. If I don't use the "standart" shell bash, I might as well use something that's integrated with Python.