From ccc8fd69f7a23ea28948b460f1f7a62cb698c4cc Mon Sep 17 00:00:00 2001 From: Marius Melzer Date: Wed, 12 Aug 2015 18:41:50 +0200 Subject: [PATCH] remove duplicated paste -sd ' ' - --- plugins/omf/omf.packages.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/omf/omf.packages.fish b/plugins/omf/omf.packages.fish index b343220..192d038 100644 --- a/plugins/omf/omf.packages.fish +++ b/plugins/omf/omf.packages.fish @@ -65,9 +65,9 @@ function omf.packages --argument-names options arg1 arg2 -d 'Manage all plugins omf.log normal $fish_theme end case '--plugins' - omf.remote --plugins | paste -sd ' ' - + omf.remote --plugins case '--themes' - omf.remote --themes | paste -sd ' ' - + omf.remote --themes case '*' omf.log red 'Unknown option' end