tramp-devel
[Top][All Lists]
Advanced

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

Re: prompt has changed with an update


From: Michael Albinus
Subject: Re: prompt has changed with an update
Date: Thu, 08 Oct 2020 10:43:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Thomas Walker Lynch <thomas.lynch@reasoningtechnology.com> writes:

> Hello,

Hi Thomas,

> I found various things in the doc for coercing Tramp to pick a
> different shell:
>
>     ;(add-to-list 'tramp-connection-properties
>     ;             (list (regexp-quote 
> "/ssh:thomas.lynch@reasoningtechnology.com:")
>     ;               "remote-shell" "/usr/bin/bash"))

This is the right direction. If you want to use it for every remote
connection, you might use

(add-to-list 'tramp-connection-properties
             '(nil "remote-shell" "/usr/bin/bash"))

nil matches everything here.

> Thanks again.  Tramp is a wonderful tool.   If the dired stuff works
> remotely.  It is a blessing for emacs users.

Thanks for your kind words, and best regards, Michael.



reply via email to

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