case "$TERM" inxterm-color) color_prompt=yes;;esac
改爲spa
case "$TERM" inxterm|xterm-color) color_prompt=yes;;esac
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\$ '
改爲命令行
if [ "$color_prompt" = yes ]; then PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\n\$ 'else PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\n\$ '