Closed chaucerbao closed 8 years ago
I believe the ls command in the OSX version differs from the GNU version
Yup, see #1
Just wanted to see if you were willing to do some sort of OS detection to use the appropriate arguments.
Hopefully a uname
should do the trick. I will try to look into this as soon as possible.
c714210 should fix it. Unfortunately, I don't have a OSX machine to test it right now
Looking good!
I believe the
ls
command in the OSX version differs from the GNU version, so the Magic Enter is producing this error:The issue is with the
--colors
argument. In OSX, the argument is-G
.https://github.com/subnixr/minimal/blob/master/minimal.zsh#L109
Just wanted to see if you were willing to do some sort of OS detection to use the appropriate arguments.