pedrohc
(usa Debian)
Enviado em 06/08/2009 - 10:02h
se voce usa o xterm é so ir em editar - perfis - editar o padrao, e cores.
se voce quer fazer via texto acesse o .bashrc e altere a cor do seu term
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color)
PS1='${debian_chroot:+($debian_chroot)}\[{TTEXTO}33[01;32m\]\u@\h\[{TTEXTO}33[00m\]:\[{TTEXTO}33[01;34m\]\w\[{TTEXTO}33[00m\]\$ '
;;
*)
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
;;
esac