samir saidi <[email protected]> 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. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
