projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ba633
)
* doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example.
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 29 May 2018 17:45:23 +0000
(19:45 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 29 May 2018 17:45:23 +0000
(19:45 +0200)
doc/misc/tramp.texi
patch
|
blob
|
history
diff --git
a/doc/misc/tramp.texi
b/doc/misc/tramp.texi
index 4e75b9a8f043ad8fad8e57bb65d75a4ae5a556f5..5fc77cd48c802ffd6a86394abe9ccca1300edec0 100644
(file)
--- a/
doc/misc/tramp.texi
+++ b/
doc/misc/tramp.texi
@@
-3159,6
+3159,11
@@
following line to @file{~/.zshrc}:
[[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return
@end example
+This uses the default value of @code{tramp-terminal-type},
+@samp{"dumb"}, as value of the @env{TERM} environment variable. If
+you want to use another value for @env{TERM}, change
+@code{tramp-terminal-type} accordingly.
+
When using fish shell on remote hosts, disable fancy formatting by
adding the following to @file{~/.config/fish/config.fish}: