mac os 安装 gun core utils
mac上的ls不支持 --ignore 选项
解决方法:
brew install coreutils
然后在 .bash_profie 添加
alias ls="gls --color --ignore='*.pyc'"
发布时间: 2012-09-14 23:00:49 作者: rapoo
mac os 安装 gun core utils
mac上的ls不支持 --ignore 选项
解决方法:
brew install coreutils
然后在 .bash_profie 添加
alias ls="gls --color --ignore='*.pyc'"