diff man/tramp.texi @ 77986:0cc9b64806d2

Sync with Tramp 2.0.56.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 07 Jun 2007 20:14:45 +0000
parents 88224dc74061
children 02b9a9aa5b0c 97a500885a14 648e6c714c7d
line wrap: on
line diff
--- a/man/tramp.texi	Thu Jun 07 16:57:32 2007 +0000
+++ b/man/tramp.texi	Thu Jun 07 20:14:45 2007 +0000
@@ -2051,7 +2051,11 @@
 A special problem is the zsh, which uses left-hand side and right-hand
 side prompts in parallel.  Therefore, it is necessary to disable the
 zsh line editor on the remote host.  You shall add to @file{~/.zshrc}
-the following command: @command{[ $TERM = "dumb" ] && unsetopt zle}.
+the following command:
+
+@example
+[ $TERM = "dumb" ] && unsetopt zle && PS1='$ '
+@end example
 
 @item
 @value{tramp} doesn't transfer strings with more than 500 characters