Let's say I have this commandline:
~/development/company/folder:
and i run this command
./gradlew appRun
then my command line looks like this:
~/development/company/folder: ./gradlew appRun
Now, if there is an error and there is a bunch of output, then i need to scroll up and, because unix just formats everything the same, it's real easy to get all the lines and commands mixed up.
What I would like is for each command I enter to be like, bright red or bold or something, and all the output from that to be white or whatever it currently is.
How do i do that?
liquidprompt, it only changes the prompts, but the changed prompts are conspicuous that a command's output is usually distinct from its invocation.