From 872cd7b2d5f696229755d877e3f36bdb386490c7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Dec 2021 10:26:02 +0530 Subject: [PATCH] Fix unfunctioning ofkitty-integration in docs It has to be unfunctioned after being run once --- docs/shell-integration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/shell-integration.rst b/docs/shell-integration.rst index c540b2286..e5fc481ec 100644 --- a/docs/shell-integration.rst +++ b/docs/shell-integration.rst @@ -213,6 +213,7 @@ Then in your shell's rc file, add the lines: if test -n "$KITTY_INSTALLATION_DIR"; then export KITTY_SHELL_INTEGRATION="enabled" autoload -Uz -- "$KITTY_INSTALLATION_DIR"/shell-integration/zsh/kitty-integration + kitty-integration unfunction kitty-integration fi