From f26ebf2034bc41248ff25c2ece9cf70a180d923e Mon Sep 17 00:00:00 2001 From: I-Want-ToBelieve Date: Tue, 24 Oct 2023 06:58:36 +0800 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index bea8d07..8762fb0 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,7 @@ using fish shell as an example: # Hope this helps! if test "$KITTY_DISABLE_WAYLAND" = "1" -a -n "$WAYLAND_DISPLAY_OLD" - echo $KITTY_DISABLE_WAYLAND - echo $WAYLAND_DISPLAY_OLD set -x WAYLAND_DISPLAY $WAYLAND_DISPLAY_OLD - echo $WAYLAND_DISPLAY end ```