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
parent 986a9cad56
commit 694a2553ff
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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