Add kitty to __update_cwd_osc

This commit is contained in:
pagedown 2022-03-17 17:45:17 +08:00 committed by Fabian Homborg
parent f7faf0fcf7
commit 47294f4d29

View file

@ -253,10 +253,11 @@ function __fish_config_interactive -d "Initializations that should be performed
end
# Notify terminals when $PWD changes (issue #906).
# VTE based terminals, Terminal.app, iTerm.app (TODO), and foot support this.
# VTE based terminals, Terminal.app, iTerm.app (TODO), foot, and kitty support this.
if not set -q FISH_UNIT_TESTS_RUNNING
and begin
string match -q -- 'foot*' $TERM
or string match -q -- 'xterm-kitty*' $TERM
or test 0"$VTE_VERSION" -ge 3405
or test "$TERM_PROGRAM" = Apple_Terminal && test (string match -r '\d+' 0"$TERM_PROGRAM_VERSION") -ge 309
or test "$TERM_PROGRAM" = WezTerm