You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...]
```
0 commit comments