From ee617c160b096a0f0f8ae7aa4858b0e5dad89ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Louren=C3=A7o?= Date: Fri, 10 Feb 2017 17:29:37 +0100 Subject: [PATCH] Install/Update from branch separated by : or @ (#365) Examples: fisher install fisherman/done@dev fisher install fisherman/done@1.1.0 OR fisher install fisherman/done:dev fisher install fisherman/done:1.1.0 Related: #269 --- fisher.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fisher.fish b/fisher.fish index 257056f..3456ab1 100644 --- a/fisher.fish +++ b/fisher.fish @@ -477,7 +477,7 @@ function __fisher_plugin_fetch_items end case \* - printf "%s\n" "$i" | sed 's/[@]\(.*\)/ \1/' | read i branch + printf "%s\n" "$i" | sed 's/[@:]\(.*\)/ \1/' | read i branch set names (__fisher_plugin_get_names "$i") end