mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
Remove kitty completion in favor of official integration
This commit is contained in:
parent
d0c902a548
commit
93dc8485dd
|
@ -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)"
|
Loading…
Reference in New Issue
Block a user