tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.2.13.25.1); Don't understand why prompt isn't recognized


From: Dave Abrahams
Subject: Re: tramp (2.2.13.25.1); Don't understand why prompt isn't recognized
Date: Mon, 24 Oct 2016 12:01:51 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (darwin)

on Wed Oct 19 2016, Michael Albinus <michael.albinus-AT-gmx.de> wrote:

> Dave Abrahams <address@hidden> writes:
>
> Hi Dave,
>
>>> Replace the line quoted above by something like
>>>
>>> [ $TERM = "dumb" ] || \
>>> test -e "${HOME}/.iterm2_shell_integration.bash" && \
>>> source "${HOME}/.iterm2_shell_integration.bash"
>>
>> Good idea!
>
> Let me know how it works. Maybe I give it a point in the Tramp FAQ.

I take it back; that didn't work, and I'm honestly not sure why.  $TERM
*is* indeed "dumb" when we ssh in via TRAMP.  I'm not very good with
shell scripting, though.

Inserting

  [ $TERM = "xterm-256color" ] && 

made it work for me, FWIW.

-- 
-Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]