Terminal

Posts tagged with

prompt colour

As I often work on multiple servers it is rather dangerous that one give a command on the wrong server. To minimise the risk it is good practise to colour the terminal prompt by adding this at the end of the ~/.bash_profile file. export PS1="\e[0;32m\u\e[m\e[0;32m@\h\w \$ \e[m" and …

Read more →