Answers for "how to change color of terminal"

1

change ubuntu terminal prompt color

export PS1="e[0;32m[u@h W]$ e[0m"
Posted by: Guest on May-07-2021
0

change terminal text color

setterm -term linux -back <background_colour> -fore <text_color> -clear
Posted by: Guest on October-22-2021

Code answers related to "how to change color of terminal"

Code answers related to "Assembly"

Browse Popular Code Answers by Language