mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 01:36:39 +08:00
Remove some debugging code inadverently left in __fish_complete_cd.fish
This commit is contained in:
parent
d46859b9e8
commit
41fc3bcb74
|
@ -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 New Issue
Block a user