Start work on porting diff kitten

This commit is contained in:
Kovid Goyal
2023-03-15 15:32:55 +05:30
parent cb03168957
commit 44ff6bd1dd
5 changed files with 27 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ exec_kitty() {
is_wrapped_kitten() {
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh themes"
wrapped_kittens="clipboard icat hyperlinked_grep ask hints unicode_input ssh themes diff"
[ -n "$1" ] && {
case " $wrapped_kittens " in
*" $1 "*) printf "%s" "$1" ;;