From 4da895e7197561d0fbf8a752e1da96b2938e155b Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Thu, 9 Feb 2017 09:53:54 -0700 Subject: [PATCH] Fix jd directory --- bashscripts/jd.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashscripts/jd.fish b/bashscripts/jd.fish index 665b136..f53101e 100644 --- a/bashscripts/jd.fish +++ b/bashscripts/jd.fish @@ -88,7 +88,7 @@ function jd case d set depth $value case f - _findDirs $value "f" $depth + _findDirs $value "f" "" return case t set -e insensitive @@ -105,7 +105,7 @@ function jd _jdhelp return case '*' - _findDirs $argv[1] "d" $argv[2] + _findDirs $argv[1] "d" "" return end end