Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(alias): ls alias lx is an illegal option on MacOS/BSD
The option `-X` lets MacOS (and probably also other BSD-ish OS) ls complain about an illegal option: ``` ls -lhXB ls: illegal option -- X usage: ls [-ABCFGHLOPRSTUWabcdefghiklmnopqrstuwx1] [file ...] ```
- Loading branch information