Hacker News new | past | comments | ask | show | jobs | submit login

> The main problem I can think of is that I'm so used to type cd and then ls... But OTOH it's as simple to fix as alias ls=exa

Are you really sure you want to replace ls with exa? I can think of a dozen reasons it could cause trouble.




I've been aliasing "l" and "ls" to "exa" for years now. Aliases in your shell won't cause any problems, because any scripts you run won't follow the aliases and will just use ls normally.

Actually replacing the binary? That would cause so many problems!


It will definitely be easier to check it out this way.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: