/conf/bashrc |
---|
20,7 → 20,9 |
*) |
;; |
esac |
# [ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ " |
# [ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ " # default |
# met un peu de couleur sur le compte 'root' |
if [ `id -un` = root ]; then |
PS1='\[\033[1;31m\]\h:\w\$\[\033[0m\] ' |
else |