mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
4740f2ccda
This ensures that `KITTY_SHELL_INTEGRATION` is manually set to the user's `shellIntegration.mode`. This is necessary because sometimes the variable is not set in subshells or splits. `shellIntegration.mode` is also now ensured to always contain `no-rc`.
18 lines
341 B
Text
18 lines
341 B
Text
# Generated by Home Manager.
|
|
# See https://sw.kovidgoyal.net/kitty/conf.html
|
|
font_family DejaVu Sans
|
|
font_size 8
|
|
|
|
|
|
# Shell integration is sourced and configured manually
|
|
shell_integration no-rc
|
|
|
|
enable_audio_bell no
|
|
scrollback_lines 10000
|
|
update_check_interval 0
|
|
|
|
map ctrl+c copy_or_interrupt
|
|
map ctrl+f>2 set_font_size 20
|
|
|
|
env LS_COLORS=1
|
|
|