bashrc: If zshrc is thanking nyuszika7h about colours, bashrc is thanking him too.

This commit is contained in:
Mika Suomalainen 2011-10-29 12:32:34 +03:00
parent dab65be727
commit 41bfca86d3
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -67,6 +67,7 @@ else
fi
unset color_prompt force_color_prompt
# Red colour for root, thanks nyuszika7h :D
# check if we're root
if [[ $EUID == 0 ]]; then
PS1='\033[1;31m\u@\h:\w\$\033[0m '