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:
parent
cc9f65d104
commit
a835096fd2
2 changed files with 61 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue