Configuring terminal colors (the original BASH shell!)
I remember being able to configure the colors of my BASH terminal (outside of X), but am trying to remember how I did it. Seems like it was something like set term -background white -foreground red as one example, and with the same command stopping the screen from blanking with something like set term -blank 0 or something to that effect. Now, for the life of me, I seem to be having difficulty pulling it off. I dug up where someone mentioned that it was setterm -blank 0, but that proved to be incorrect. The man pages I've stumbled across are getting me no closer. What was the command again? I like to beat commands into Linux outside of X occasionally. Some things are actually easier and work better away from X.
|