maxmilton / pure

🐟 High performance minimalist Fish shell theme with async git checks. Port of the pure ZSH prompt.
MIT License
9 stars 1 forks source link

"stat: illegal option -- c" #2

Closed gretel closed 6 years ago

gretel commented 6 years ago

hi! this happens to me on current osx, installed by fisherman:

stat: illegal option -- c
usage: stat [-FlLnqrsx] [-f format] [-t timefmt] [file ...]
(standard_in) 2: parse error
test: Missing argument at index 2
maxmilton commented 6 years ago

This is a known issue — macOS comes with a BSD-like version of stat which does not support the -c option. Please see the OSX section in the readme: https://github.com/MaxMilton/pure#osx-compatibility.