mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 03:21:16 -03:00
Remove some debugging code inadverently left in __fish_complete_cd.fish
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user