mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
a835096fd2
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>
18 lines
349 B
Text
18 lines
349 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 enabled
|
|
|
|
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
|
|
|