On Feb 18, 2008 8:21 PM, Michael Albinus <[EMAIL PROTECTED]> wrote: > "Rommel Martinez" <[EMAIL PROTECTED]> 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. > >
I did as you suggested. When I open a remote file on the server using Tramp, I get this: Couldn't `exec env 'ENV=' 'PS1=$ ' /bin/sh', see buffer `*tramp/ssh [EMAIL PROTECTED]' *tramp/ssh [EMAIL PROTECTED] contains: $ A dollar sign, then a space. -- Rommel M. Martinez <[EMAIL PROTECTED]> _______________________________________________ Tramp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/tramp-devel
