mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-07 21:13:03 -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 = {
|
file = {
|
||||||
kitty = {
|
kitty = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ../../../dotfiles/kitty;
|
source = ../../../../dotfiles/kitty;
|
||||||
target = "./.config/kitty";
|
target = "./.config/kitty";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -15,4 +15,12 @@
|
||||||
"icat" = "kitten icat";
|
"icat" = "kitten icat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs = {
|
||||||
|
zsh = {
|
||||||
|
# Completion support for kitten
|
||||||
|
initExtra = ''
|
||||||
|
compdef _kitty kitten
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue