remove duplicated paste -sd ' ' -

This commit is contained in:
Marius Melzer 2015-08-12 18:41:50 +02:00
parent 0072934733
commit ccc8fd69f7

View File

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