mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-06 10:08:47 +00:00
d4462912e6
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. (cherry picked from commit 2a89873e6d686fcff1d26d0914a8b9f90b7cc308)
3 lines
73 B
Fish
3 lines
73 B
Fish
function __fish_complete_external_command
|
|
complete -C "$argv[1]"
|
|
end
|