mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-31 04:31:55 -04:00
add completion for kitten
This commit is contained in:
parent
792458043d
commit
a423fe5be9
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue