I’ve also been using bat and exa which are pretty good replacements for cat and ls, respectively.
https://github.com/sharkdp/bat
https://github.com/ogham/exa
nnn is also my go to file tree navigation / file moving tool these days too: https://github.com/jarun/nnn
https://github.com/sharkdp/bat#man
# Colorify man (changes default $MANPAGER (less) settings) export LESS_TERMCAP_mb='^[[01;31m' export LESS_TERMCAP_md='^[[01;31m' export LESS_TERMCAP_me='^[[0m' export LESS_TERMCAP_se='^[[0m' export LESS_TERMCAP_so='^[[01;44;33m' export LESS_TERMCAP_ue='^[[0m' export LESS_TERMCAP_us='^[[01;32m'
I’ve also been using bat and exa which are pretty good replacements for cat and ls, respectively.
https://github.com/sharkdp/bat
https://github.com/ogham/exa