Custom Colourful Bash Prompt
Bash, a command line shell is one of the most used pieces of software in my daily work. I like scripting repetitive actions to save a lot time (it brings me great joy!). One of the simplest and easiest customisations is to add a bit of colour to your otherwise boring bash prompt (otherwise known as $PS1):
[ngrogan@localhost:~]$
can be turned in to this:
The thing about Bash is the colour codes to achieve this can look archaic: