160f7fa
set -l KITTY_INSTALLATION_DIR "/usr/lib/kitty"
4b4ccb6
if test -n "$KITTY_PID"
4b4ccb6
    if test -f "$KITTY_INSTALLATION_DIR"/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish
4b4ccb6
        set --global KITTY_SHELL_INTEGRATION enabled
4b4ccb6
        source "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish"
4b4ccb6
        set --prepend fish_complete_path "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_completions.d"
4b4ccb6
    end
8f19957
end