1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[bash] Change prompt colors

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 14:33:25 +02:00
parent 7ba5275d74
commit a5d1bd945d

View file

@ -310,7 +310,7 @@ if [ "$LOGNAME" = "root" ]; then
COLOR_USER="${RED}"
P="#"
else
COLOR_USER="${BLUE}"
COLOR_USER="${WHITE}"
P="$"
fi