geometry-zsh / geometry

geometry is a minimal, fully customizable and composable zsh prompt theme
ISC License
921 stars 94 forks source link

Document when to use test vs [[ ]] #231

Closed jedahan closed 5 years ago

jedahan commented 5 years ago

[[ and ]] are supposedly more idiomatic in zsh than using test.

Both are used extensively. Maybe it should just be a judgement call, or maybe we should pick one and go with that.