From fc142ff7eb6e44e170382315369e27b91e684958 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 19 Aug 2025 09:31:45 +0530 Subject: [PATCH] set window title when running startup command in fish as well --- .../fish/vendor_conf.d/kitty-shell-integration.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish index f88a07386..9608f74f2 100644 --- a/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish +++ b/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish @@ -204,6 +204,7 @@ function __ksi_schedule --on-event fish_prompt -d "Setup kitty integration after or set --global --export --path PATH $new_path end if test -n "$krcs" + printf '\e]2;%s\a' (string replace -ra '[\x00-\x1F\x7F]' '' -- "$krcs") eval "$krcs" end end