From be11c735079d69a7ee52791fa297caaa78304e3b Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 7 Jan 2021 17:35:12 -0500 Subject: [PATCH] docs: fix custom containers to work with Crowdin Fixes #2063 --- docs/config/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/config/README.md b/docs/config/README.md index a866a691..47507ea8 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