Matthew Martin

Results 81 comments of Matthew Martin

Looks like this is a zsh bug ```zsh printf '' ${(z)${:-'!-2:&'}} ``` ``` ``` (That means the `(z)` PE flag is splitting the `&` into a separate token when it...