aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_cd.fish
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-11 14:42:23 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-02-11 14:42:23 -0800
commit41fc3bcb748efc20e36160f5c361882c854f4baf (patch)
treea7717cd117fd22609cfaf4093328126ef931a618 /share/functions/__fish_complete_cd.fish
parentd46859b9e8e6ab89637a6403f0d275e9d01af8ae (diff)
Remove some debugging code inadverently left in __fish_complete_cd.fish
Diffstat (limited to 'share/functions/__fish_complete_cd.fish')
-rw-r--r--share/functions/__fish_complete_cd.fish6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/functions/__fish_complete_cd.fish b/share/functions/__fish_complete_cd.fish
index 9ca3e93b..736ff83c 100644
--- a/share/functions/__fish_complete_cd.fish
+++ b/share/functions/__fish_complete_cd.fish
@@ -1,9 +1,4 @@
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
-