mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
remove completions for . and source
These completions never actually worked and always fell back to the builtin path completion. But a recent fix means that these now keep the fallback from happening resulting in no completions for these commands.
This commit is contained in:
@@ -1 +0,0 @@
|
||||
complete -c . -x -a "(__fish_complete_suffix .fish)"
|
||||
@@ -1 +0,0 @@
|
||||
complete -c source -w .
|
||||
Reference in New Issue
Block a user