mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove some debugging code inadverently left in __fish_complete_cd.fish
This commit is contained in:
parent
d46859b9e8
commit
41fc3bcb74
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue