红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

ubuntu 的 .bashrc文件修 改 后 出 问 题

发布时间:2011-09-26 14:03:51来源:红联作者:陌生人的来信
我 本来 是 想 修改 一下 这 个 文件,把 终端的 显示换 个 样 子 ,但 是 修 改 后 出 现 了这 样 的 问 题:( 下 面 是 .bashrc的 一 部分 )
这 个 是 终端运 行 结果::
root@laptop:~# su - liuaiping (<====切换 到 一 般?号)
u@h:wa]u@h:wa$:找不到命令 (<====出 现 了这 样 的 问 题)
liuaiping@laptop:~$
# PS1=[e]0


下 面 是 我 的 .bashrc 配 置文件 (<=====自己 修 改 过,所 以出 现 了上 面 的 问 题)

if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
# PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a$PS1"
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac


麽?帮 我 改 一 个 正 确的 格式??????[/size]
文章评论

共有 0 条评论