workaround for ZSH status behavior
`$pipestatus` is returning all zeros when using `[[ ]]` expressions that are false. This works around it by using `$status` (A.K.A. `$?`) when `$pipestatus` has only 1 items. Fixes #749pull/22/head
parent
afb7387abe
commit
fe33c401ba
Loading…
Reference in New Issue