Possible Duplicate:
Customizing bash shell: Bold/color the command
bash $ cat what-i-want "I want the output be in a different color." I'd like my commands stand out among the output, without making the prompt overly long. I want to see commands and output in different colors. I understand how to manipulate prompt colors by setting PS1.
Is there a way to change color after I pressed Enter but before the command started executing?