|
|
|
|
|
by imiric
1022 days ago
|
|
Most people don't type `ls` directly either. Aliases like `l`, `ll` and `la` are very common, in which case it really doesn't matter which tool you're using. I've been using `exa` for years, and my aliases work regardless if it's installed or not. I just get a better UX if it is. |
|
Huh. I always use plain ls with flags and deliberately unset aliases like ll.
I guess I'm weird.