diff --git a/share/functions/__fish_complete_cd.fish b/share/functions/__fish_complete_cd.fish index 9ca3e93b5..736ff83c5 100644 --- a/share/functions/__fish_complete_cd.fish +++ b/share/functions/__fish_complete_cd.fish @@ -1,8 +1,3 @@ -function __fish_complete_cd -d "Completions for the cd command" - false -end - - function __fish_complete_cd -d "Completions for the cd command" # # We can't simply use __fish_complete_directories because of the CDPATH @@ -52,4 +47,3 @@ function __fish_complete_cd -d "Completions for the cd command" builtin cd $wd end -