I'm running Ubuntu from inside a VirtualBox (host=Win XP), and use the Terminal (Xfce terminal emulator v0.4.8) in order to issue commands to FreeSurfer, an analysis software package.
The problem is that these commands issue a LOT of text, and it's very hard to scroll up and find my initial command, because all the text is of the same color (white). I've used other terminals where the input/output lines were differently colored, allowing an easier detection of your own issued commands as opposed to output text.
I checked the terminal options but did not see anything helpful (I cannot attach a screenshot so I've uploaded it here: http://www.2shared.com/photo/rkjbTpQ6/20140402_12-23-42.html).
Would appreciate any help on how I can increase the visibility (discriminability) of the different types of text (input/output) in the terminal window, thanks!
You can try to change your bash prompt color
Enter this in your terminal
This will change your prompt color to white, and you will be able to distinguish output from input.
Another one
or
Here is a link, where you can customize your prompt as you wish.
If you satisfied with this solution, you can make this settings permanent by editing your
$HOME/.bashrc
. Just add this line at the end, or you can change this part of.bashrc
:Little mark
If it is interesting for you, I recommend you to read this wiki and this