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