Show total of plugins that will be updated in fisher u -a.

This commit is contained in:
Jorge Bucaran 2016-03-02 00:10:30 +09:00 committed by Jorge Bucaran
parent bba839c9a9
commit f0e4b66a76

View file

@ -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