tramp-devel
[Top][All Lists]
Advanced

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

Re: Tramp and FreeBSD


From: Michael Albinus
Subject: Re: Tramp and FreeBSD
Date: Mon, 18 Feb 2008 13:21:18 +0100
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (hpux)

"Rommel Martinez" <address@hidden> writes:

> I've tried changing shell on the remote account. I've tried changing it to
> Csh, Bash, and Sh. I then Tramp'd to the remote server, and it
> worked, all except Zsh.

Zsh is famous in disturbing Tramp. Read the Tramp manual:

  (info "(tramp)Frequently Asked Questions")

You need the following line in your ~/.zshrc on the remote host:

  [ $TERM = "dumb" ] && unsetopt zle && PS1='$ '

Best regards, Michael.





reply via email to

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