Day 17 of the #100DaysToOffload 2021 Series:
After seeing several articles recently talking about exa, I decided to give it a whirl. Might be worth your time if you spend any at the command line, especially if you're a git user.
@mike been using exa for the better half of last year and continuing into this one. I'd recommend making adding alias ls='exa -l' to your .bashrc file. I also mapped la to 'exa -lah' and l. to 'exa -a | egrep "^\."' for listing dotfiles only
@sf Good ideas!
@mike I’d also recommend lsd
https://github.com/Peltoche/lsd