kitty: add shellIntegration (#3759)

Kitty provides integrations for bash, fish and zsh. The new
programs.kitty.shellIntegration options allow the configuration of
these integrations.

See <https://sw.kovidgoyal.net/kitty/shell-integration> for more details.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-05-12 11:20:22 +02:00 committed by GitHub
parent cc9f65d104
commit a835096fd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 0 deletions

View file

@ -4,6 +4,9 @@ font_family DejaVu Sans
font_size 8
# Shell integration is sourced and configured manually
shell_integration no-rc enabled
enable_audio_bell no
scrollback_lines 10000
update_check_interval 0