[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp (2.1.9);
From: |
Michael Albinus |
Subject: |
Re: tramp (2.1.9); |
Date: |
Wed, 27 Apr 2011 17:30:13 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
samir saidi <address@hidden> writes:
> Hi,
Hi,
> My default shell is csh.
Tramp does not support csh syntax.
> How can I tell to tramp to use csh otherwise sh environment ?
Tramp sets the $TERM environment variable to "dumb". In your .login
file, you could insert the following line at the very beginning:
if ( $TERM == "dumb" ) exec /bin/sh
> Thanks
> Samir SAIDI
Best regards, Michael.