fish-shell/share/functions/__fish_complete_external_command.fish

5 lines
142 B
Fish
Raw Normal View History

# TODO: This function is deprecated, figure out a way to tell users.
function __fish_complete_external_command
complete -C "$argv[1]"
end