I have been using fish for years now, but almost everday I run into ``` fish: |& is not valid. In fish, use &| to pipe both stdout and stderr. ``` I just can't get used to `&|`. What would be the harm in allowing both `&|` and `|&`?
I have been using fish for years now, but almost everday I run into
I just can't get used to
&|. What would be the harm in allowing both&|and|&?