Remove weird root color
This commit is contained in:
parent
3db1764a7f
commit
40de1e3c38
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -57,7 +57,7 @@ fi
|
||||||
# Show different prompt when root
|
# Show different prompt when root
|
||||||
if [ $(id -u) -eq 0 ];
|
if [ $(id -u) -eq 0 ];
|
||||||
then
|
then
|
||||||
PS1="\[\033[1;31m\]\u\[\033[1;34m\]@\[\033[1;32m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]# "
|
PS1="\[\033[1;33m\]\u\[\033[1;34m\]@\[\033[1;32m\]\h \[\033[1;34m\]\w\\[\033[0;37m\]# "
|
||||||
fi
|
fi
|
||||||
|
|
||||||
unset color_prompt force_color_prompt
|
unset color_prompt force_color_prompt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue