LeRoss Calnek - 2014-11-21

I discovered how to use grep to change the colour of error to red...

| grep --color -iE '^|Error:'

This way it does not effect logs in vim.

Could add green to pass and red to error with sed or awk.