[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Path problems.
From: |
kai . grossjohann |
Subject: |
Re: Path problems. |
Date: |
Fri, 12 Sep 2003 18:43:04 +0200 (MEST) |
> I'm very happy with using Tramp, and have been using it for a time now.
> But now I realized that I've been jumping ovre a problem that should be
> possible to Fix, but I wasn't able to anyway. What I have to do to get
> it working, is to set another bash path than my default, because I am
> not able to set the tramp-shell-prompt-pattern properly.
>
> This is how I set my path in Bash:
>
> PS1=$'\u\$\h \[\e[1;35m\][\[\e[0m\]\w\[\e[1;35m\]]\[\e[0m\] '
My suggestion is that you don't set tramp-shell-prompt-pattern,
but that instead you set the prompt. Tramp sets $TERM to dumb,
and fancy stuff like the stuff above won't work for dumb terminals
anyway, so my suggestion is to do like
if [ x$TERM != xdumb ]; then
PS1=your.fancy.value.goes.here
else
PS1='\$ ' #or another simple value
fi
What do you think?
Kai
--
I just moved and started a new job. Without Internet access
in my new home, response times will be high :-(
COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
--------------------------------------------------
1. GMX TopMail - Platz 1 und Testsieger!
2. GMX ProMail - Platz 2 und Preis-Qualitätssieger!
3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
- Path problems., Lars Bungum, 2003/09/12
- Re: Path problems.,
kai . grossjohann <=