postmodern / chruby

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

Use `command ls`, in case ls is an alias #406

Closed benjamineskola closed 3 years ago

benjamineskola commented 5 years ago

This is perhaps an edgecase, but if ls is an alias/function it's possible that the output is not as expected, leading to failures.

havenwood commented 5 years ago

This would resolve #413.

FranklinYu commented 4 years ago

See also #424.

postmodern commented 3 years ago

Manually reviewed and merged even though CI is currently broken.