mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
aa304cbd3d
Fixes #6798 This re-adds some false positives: functions, builtins and abbreviations are suggested after commands like sudo but I don't think anyone had complained about that.
3 lines
73 B
Fish
3 lines
73 B
Fish
function __fish_complete_external_command
|
|
complete -C "$argv[1]"
|
|
end
|