diff options
Diffstat (limited to 'doc/misc')
| -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 38669a06c9c..29626138ae1 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3425,6 +3425,11 @@ following line to @file{~/.zshrc}: | |||
| 3425 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return | 3425 | [[ $TERM == "dumb" ]] && unsetopt zle && PS1='$ ' && return |
| 3426 | @end example | 3426 | @end example |
| 3427 | 3427 | ||
| 3428 | This uses the default value of @code{tramp-terminal-type}, | ||
| 3429 | @samp{"dumb"}, as value of the @env{TERM} environment variable. If | ||
| 3430 | you want to use another value for @env{TERM}, change | ||
| 3431 | @code{tramp-terminal-type} and this line accordingly. | ||
| 3432 | |||
| 3428 | When using fish shell on remote hosts, disable fancy formatting by | 3433 | When using fish shell on remote hosts, disable fancy formatting by |
| 3429 | adding the following to @file{~/.config/fish/config.fish}: | 3434 | adding the following to @file{~/.config/fish/config.fish}: |
| 3430 | 3435 | ||