mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
set window title when running startup command in fish as well
This commit is contained in:
parent
b38b38d17d
commit
fc142ff7eb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue