On ven, 2009-07-17 at 11:57 -0400, Daniel Dickinson wrote:
> I use bash.  PS1 is:
> 
> case "$TERM" in
> xterm-color)
>     PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\...@\h
> \[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
> ' ;;
> screen)
>     PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\...@\h
> \[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$
> ' ;;
> *)
>     PS1='${debian_chroot:+($debian_chroot)}...@\h:\w\$ '
> 
> I just tried with the xterm-color and screen options commented out (so
>     PS1='${debian_chroot:+($debian_chroot)}...@\h:\w\$ '
> and the problem doesn't happen in that case. 

And what TERM is usually used on your config? xterm-color?

-- 
Yves-Alexis

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Pkg-xfce-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

Reply via email to