postmodern / chruby

Changes the current Ruby
MIT License
2.87k stars 190 forks source link

Cannot source /usr/local/share/chruby/chruby.sh #398

Closed CaptChrisD closed 6 years ago

CaptChrisD commented 6 years ago

In macOS High Sierra the options passed to ls must be lowercase

Please see #397 for fix

havenwood commented 6 years ago

I haven't been able to reproduce this issue. The system-provided ls appears to have the -A flag in High Sierra.

-A      List all entries except for . and ...  Always set for the super-user.

Could you confirm that command -v ls returns /bin/ls?

CaptChrisD commented 6 years ago

So it turns out I have made a mistake... this machine has an alias to a different ls and didn't notice. It uses exa (color output ls replacement).