From b26c988aa6bec93e6c5100e689155f56f7d3b717 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 15 Oct 2016 15:41:19 +0900 Subject: [PATCH] Allow http:// URLs and optional http/s:// for gitlab, github and bitbucket. --- fisher.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fisher.fish b/fisher.fish index 04a4821..726bf04 100644 --- a/fisher.fish +++ b/fisher.fish @@ -554,8 +554,8 @@ end function __fisher_plugin_url_clone_async -a url name branch switch "$url" - case https://\* - case github.com/\* + case http://\* https://\* + case {gitlab.com,github.com,bitbucket.org}\* set url "https://$url" case \?\*/\?\*