diff --git a/share/completions/kitty.fish b/share/completions/kitty.fish deleted file mode 100644 index 7734d975f..000000000 --- a/share/completions/kitty.fish +++ /dev/null @@ -1,7 +0,0 @@ -function __ksi_completions - set --local ct (commandline --current-token) - set --local tokens (commandline --tokenize --cut-at-cursor --current-process) - printf "%s\n" $tokens $ct | command kitty +complete fish2 -end - -complete -f -c kitty -a "(__ksi_completions)"