From 694a2553ffc18d9dee075c6f5307414fae3dcaf4 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Wed, 2 Mar 2016 00:10:30 +0900 Subject: [PATCH] Show total of plugins that will be updated in fisher u -a. --- functions/fisher_update.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/fisher_update.fish b/functions/fisher_update.fish index c0df699..188651f 100644 --- a/functions/fisher_update.fish +++ b/functions/fisher_update.fish @@ -38,7 +38,7 @@ function fisher_update -d "Update plugins" switch "$option" case all - fisher_list --enabled | fisher_update - + fisher_update (fisher_list --enabled) fisher_update case self