add completion for kitten

This commit is contained in:
sadan 2025-03-19 18:15:13 -04:00
parent 792458043d
commit a423fe5be9
No known key found for this signature in database

View file

@ -7,7 +7,7 @@
file = {
kitty = {
recursive = true;
source = ../../../dotfiles/kitty;
source = ../../../../dotfiles/kitty;
target = "./.config/kitty";
};
};
@ -15,4 +15,12 @@
"icat" = "kitten icat";
};
};
programs = {
zsh = {
# Completion support for kitten
initExtra = ''
compdef _kitty kitten
'';
};
};
}