fisher/functions/__fisher_url_clone.fish

4 lines
108 B
Fish

function __fisher_url_clone -a url path
env GIT_ASKPASS=/bin/echo git clone -q --depth 1 $url $path
end