Browse Source

yellow for root

master
pvincent 5 years ago
parent
commit
af0ad293a4
  1. 2
      bash.bashrc

2
bash.bashrc

@ -72,7 +72,7 @@ __prompt_command() {
fi fi
if [ `id -u` -eq 0 ]; then if [ `id -u` -eq 0 ]; then
PS1+="${Red}\u${R}"
PS1+="${Yel}\u${R}"
PROMPT='$' PROMPT='$'
else else
PS1+="$Gre\u$R" PS1+="$Gre\u$R"

Loading…
Cancel
Save