diff options
| author | Michael Albinus | 2018-05-29 19:45:23 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-05-29 19:45:23 +0200 |
| commit | 186280fbbc48d3dc2bfa022d11c1c000a1881bd4 (patch) | |
| tree | 77ff1592f7dd52bc4a56e79ebed61af39aa8fde1 | |
| parent | 24ba63314f29fdffa9cfe012927e5efd744c138d (diff) | |
| download | emacs-186280fbbc48d3dc2bfa022d11c1c000a1881bd4.tar.gz emacs-186280fbbc48d3dc2bfa022d11c1c000a1881bd4.zip | |
* doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh example.
| -rw-r--r-- | doc/misc/tramp.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 4e75b9a8f04..5fc77cd48c8 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3159,6 +3159,11 @@ following line to @file{~/.zshrc}: | |||
| 3159 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return | 3159 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return |
| 3160 | @end example | 3160 | @end example |
| 3161 | 3161 | ||
| 3162 | This uses the default value of @code{tramp-terminal-type}, | ||
| 3163 | @samp{"dumb"}, as value of the @env{TERM} environment variable. If | ||
| 3164 | you want to use another value for @env{TERM}, change | ||
| 3165 | @code{tramp-terminal-type} accordingly. | ||
| 3166 | |||
| 3162 | When using fish shell on remote hosts, disable fancy formatting by | 3167 | When using fish shell on remote hosts, disable fancy formatting by |
| 3163 | adding the following to @file{~/.config/fish/config.fish}: | 3168 | adding the following to @file{~/.config/fish/config.fish}: |
| 3164 | 3169 | ||