Browsing the last command's results in Bash is a bit hard because the command prompt and results are the same color. This makes it hard to separate the results of consecutive commands.
How do I change the color to pink for example?
|
Browsing the last command's results in Bash is a bit hard because the command prompt and results are the same color. This makes it hard to separate the results of consecutive commands. How do I change the color to pink for example? |
|||||||
|
|
@Rob is right; specifically, to change to light red (pink is not an available color):
You need to use ANSI escape sequences (in this case Edit: Light purple may be closer to your desired color; the |
|||||||
|