romkatv / zsh4humans

A turnkey configuration for Zsh
MIT License
1.76k stars 113 forks source link

ls alias doesn't work on mac #4

Closed ahmedre closed 4 years ago

ahmedre commented 4 years ago

thanks for writing this (and for powerlevel10k!)

one small point - ls --color=auto doesn't work on Mac out of the box because it's a different ls than the Linux one - have to do ls -G instead (otherwise, a default install of z4h complains every time ls is run).

romkatv commented 4 years ago

Ouch! Thanks for letting me know.

About the other aliases? Do they work?

ahmedre commented 4 years ago
romkatv commented 4 years ago

So diff also complains about unknown flag?

romkatv commented 4 years ago

So diff also complains about unknown flag?

Answering my own question: Yes, it does.

Fixed.