2

I've played with color codes to jazz up my prompt, but is there a way to change the color of what I type after said prompt to make my commands a little more distinctive in the scrollback?

I can leave an open color code tag which sort-of works (not really); it bleeds up to the first colored bit in the output (which may or may not exist).

Nick T
  • 2,503

1 Answers1

1

I'm not sure it can be done more cleanly than you did.
After unsuccessfully playing with the bashrc file, I found that other users achieved this using a DEBUG trap.
It's hacky, but it works on my setup.

Xenhat
  • 351
  • 1
  • 6