Check your root's.bashrc or .bash_profile ..... Drake uses the roots bash stuff on regular users
Also in /etc/bashrc there are lines looking to see if its an Xterm, that might be where you need to edit:
Code:
# are we an interactive shell?
if [ "$PS1" ]; then
case $TERM in
xterm*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
[ "$PS1" = "\\s-\\v\\\$ " ] && PS1="[\u@\h \W]\\$ "
Also try checking /etc/profile.d/alias.sh . Im not sure how to get rid of colors so I dont knwo what ya need, but theres all kinds of aliases there....
HTH
PS = Drake Ownz
Bookmarks