mac os 装配 gun core utils

mac os 安装 gun core utilsmac上的ls不支持 --ignore 选项解决方法:brew install coreutils然后在 .bash_

mac os 安装 gun core utils
mac上的ls不支持 --ignore 选项

解决方法:
brew install coreutils
然后在 .bash_profie 添加

alias ls="gls --color --ignore='*.pyc'"