diff --git a/functions/__fisher_deps_install.fish b/functions/__fisher_deps_install.fish index 5e80ef7..65f2cce 100644 --- a/functions/__fisher_deps_install.fish +++ b/functions/__fisher_deps_install.fish @@ -1,6 +1,4 @@ function __fisher_deps_install -a path - debug "Install dependencies in '%s'" "$path" - for file in $path/{fishfile,bundle} if test -s $file fisher_install < $file | sed -En 's/^.+([0-9]+) plugin\/s.*/\1/p'