wrengr / dotfiles

🏡 a bunch of *nix configuration
1 stars 0 forks source link

Figure out how to get the real number of colors for TERM and t_Co #2

Open wrengr opened 7 years ago

wrengr commented 7 years ago

Most terminals lie about how many colors they actually support, and most utilities like termcap rely on the $TERM variable to tell them what's up. So we need a process for getting the actual number of colors supported and then changing $TERM to what it should've been in the first place.