命令提示符的问题

命令提示符的问题

我的命令提示符没动它它怎么自己就变了
以前
[jh@localhost jh[
这应该是以前的捍示符,可现在怎么变成了
bash-2.05b$
root的提示符都正常着
看看用户目录下的.bashrc
PS1那一段
没有那个文件只有一个.bash_history这个文件
root@2[root]# cat .bashrc
# ~/.bashrc
# Hiweed-Debian Desktop default ~/.bashrc file

umask 022

PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin:/usr/games"
[ "$UID" = "0" ] || PATH="$PATH:."
export PATH

# enable bash completion in interactive shells
[ "$PS1" -a -f /etc/bash_completion ] && . /etc/bash_completion
TTY=$(tty)
TTY=${TTY##*/}
[ -n "$TTY" ] && PS1="\[\]\u@$TTY[\W]\\$\[\] " || PS1="\[\][\W]\u\[\] "

alias ..="cd .."
alias cd..="cd .."
alias which="type -path"
alias where="type -all"
alias l="ls -a --color=auto"
alias la="ls -la --color=auto"
alias ll="ls -l --color=auto"
alias ls="ls --color=auto"
alias dir="ls --color=auto"
alias mv="mv -i"
alias rm="rm -i"
alias cp="cp -i"
alias halt="halt -p"
忘了说了我的系统是redhat 8.0
不知道上面那个配置文件可以不