From 76e7e7d61f2070b5eadd022f711c59aca9a42c01 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 20 Jan 2022 08:45:03 +0530 Subject: [PATCH] ... --- docs/shell-integration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index 0ea752147..d88867321 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -239,7 +239,7 @@ completely, in which case simply do not set the :envvar:`KITTY_SHELL_INTEGRATION` variable at all. If you want this to work while SSHing into a remote system, then you will -need to add some code to the snippets above to check if :code:`KITTY_INSTALLATION_DIR` +need to add some code to the snippets above to check if :envvar:`KITTY_INSTALLATION_DIR` is empty and if so to set it to some hard coded location with the shell integration scripts that need to be copied onto the remote system.