[suggestion] RPi - root bash color

I change the color of root user…the same of menu lines.
Schermata 2015-11-13 alle 10.01.03.png

sudo pico /root/.bashrc

add this line at bottom of file:

PS1='\[\e[38;5;93m\][\u@\h \W]\$\[\e[0m\] '

Save, then type

bash

to see the changes.

1 Like

Interesting, loving the purple, thanks for sharing.

I’ll have a play and see what funky colour scheme we can make for DietPi :slight_smile: