Esta fuente dice que compruebe si $COLORTERM
contiene 24bit
o truecolor
.
sh
[ "$COLORTERM" = truecolor ] || [ "$COLORTERM" = 24bit ]
bash
/ zsh
:
[[ $COLORTERM =~ ^(truecolor|24bit)$ ]]
Esta fuente dice que compruebe si $COLORTERM
contiene 24bit
o truecolor
.
sh
[ "$COLORTERM" = truecolor ] || [ "$COLORTERM" = 24bit ]
bash
/ zsh
:[[ $COLORTERM =~ ^(truecolor|24bit)$ ]]
Cambia el tema de color de tu terminal de Linux
Dale un poco de color a tu terminal Linux con lolcat
Cómo verificar el estado y el nivel de la batería de la computadora portátil en la terminal en Linux
Cómo verificar el tamaño total del disco duro en la terminal de Ubuntu
Deshabilitar color en shell/terminal
¿Por qué verdadero y falso son tan grandes?