summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-01-07 17:35:12 -0500
committerMatan Kushner <hello@matchai.dev>2021-01-07 17:35:14 -0500
commitbe11c735079d69a7ee52791fa297caaa78304e3b (patch)
tree0cca1d236625ca065614752cdfe5f3b162ac45b1 /docs
parent851cf22caab1461ff74848998fb81a077ac932dd (diff)
docs: fix custom containers to work with Crowdin
Fixes #2063
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index a866a6919..47507ea83 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2258,6 +2258,7 @@ The module will be shown only if the exit code is not `0`.
This module is disabled by default.
To enable it, set `disabled` to `false` in your configuration file.
+
:::
### Options
@@ -2451,9 +2452,11 @@ The module will be shown if any of the following conditions are met:
- The variable `show_always` is set to true
::: tip
+
SSH connection is detected by checking environment variables
`SSH_CONNECTION`, `SSH_CLIENT`, and `SSH_TTY`. If your SSH host does not set up
these variables, one workaround is to set one of them with a dummy value.
+
:::
### Options