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